JPEGHuffmanTable

Class JPEGHuffmanTable

public class JPEGHuffmanTable
extends Object

A class encapsulating a single JPEG Huffman table. Fields are provided for the "standard" tables taken from Annex K of the JPEG specification. These are the tables used as defaults.

For more information about the operation of the standard JPEG plug-in, see the JPEG metadata format specification and usage notes

Fields

StdDCLuminance

public static final JPEGHuffmanTable StdDCLuminance

The standard DC luminance Huffman table.

StdDCChrominance

public static final JPEGHuff