net.sourceforge.jiu.codecs.jpeg
Class JPEGData
java.lang.Object
net.sourceforge.jiu.codecs.jpeg.JPEGData
public class JPEGData
extends java.lang.Object
Data for decoding or encoding images from or to
JPEG File Interchange Format (JFIF) files.
huffmanTables
private Vector huffmanTables
quantTables
private Vector quantTables
scans
private Vector scans
addScan
public void addScan(JPEGScan scan)
getQuantizationTable
public JPEGQuantizationTable getQuantizationTable(int id)
Return a quantization table with a given id or
null on failure to find it.
id
- integer id value of table
- actual table or null on failure
setFrame
public void setFrame(JPEGFrame newFrame)