JIU 0.14.3

Uses of Package
net.sourceforge.jiu.codecs.jpeg

Packages that use net.sourceforge.jiu.codecs.jpeg
net.sourceforge.jiu.codecs.jpeg Provides classes to read images from JPEG bitstreams. 
 

Classes in net.sourceforge.jiu.codecs.jpeg used by net.sourceforge.jiu.codecs.jpeg
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.
 


JIU 0.14.3

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