Package javax. imageio. plugins. jpeg
See: Description
-
Class Summary Class Description JPEGHuffmanTable A class encapsulating a single JPEG Huffman table.JPEGImageReadParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in.JPEGImageWriteParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image.JPEGQTable A class encapsulating a single JPEG quantization table.
Package javax.imageio.plugins.jpeg Description
This package contains some support classes for the built-in JPEG
reader and writer plug-ins. Classes are provided for representing
quantization and Huffman tables, and extensions of
ImageReadParam
and ImageWriteParam
are
provided to supply tables during the reading and writing process. For
more information about the operation of the built-in JPEG plug-ins,
see the JPEG
metadata format specification and usage notes.
- Since:
- 1.4
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/imageio/plugins/jpeg/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.