JIU 0.13.0 Website

Package net.sourceforge.jiu.codecs.jpeg

Provides classes to read images from JPEG bitstreams.

See:
          Description

Class Summary
JPEGCodec A codec for the JPEG file format.
JPEGConstants Constants necessary to encode and decode JPEG streams.
JPEGData Data for decoding or encoding images from or to JPEG File Interchange Format (JFIF) files.
JPEGFrame Data class to store information on a JPEG frame.
JPEGFrameComponent Data class for information on a JPEG frame component.
JPEGHuffmanTable Data class that stores a single Huffman table, including class (AC or DC), ID and codes for the 16 possible bit lengths from 1 to 16.
JPEGQuantizationTable Data for a JPEG bitstream quantization table.
JPEGScan Data class for information from a JPEG scan header (stored in an SOS marker).
JPEGScanComponentSpecification Data class to store information on one component in one scan.
 

Package net.sourceforge.jiu.codecs.jpeg Description

Provides classes to read images from JPEG bitstreams.

Package Specification

Related Documentation


JIU 0.13.0 Website

Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Marco Schmidt