Classes supporting the built-in JPEG plug-in.
-
The standard AC chrominance Huffman table.
The standard AC luminance Huffman table.
The standard DC chrominance Huffman table.
The standard DC luminance Huffman table.
Returns a copy of the array of AC Huffman tables set on the
most recent call to setDecodeTables
, or
null
if tables are not currently set.
Returns a copy of the array of AC Huffman tables set on the
most recent call to setEncodeTables
, or
null
if tables are not currently set.
Returns a copy of the array of DC Huffman tables set on the
most recent call to setDecodeTables
, or
null
if tables are not currently set.
Returns a copy of the array of DC Huffman tables set on the
most recent call to setEncodeTables
, or
null
if tables are not currently set.
void
Sets the quantization and Huffman tables to use in decoding
abbreviated streams.
void
Sets the quantization and Huffman tables to use in encoding
abbreviated streams.