TJpegQTable Class Reference
#include
<icl/imagecodecdata.h>
Link against: imageconversion.lib
class TJpegQTable : public TImageDataBlock |
Detailed Description
JPEG specific image data variant which holds QTable info.
It can be used with both the JPEG decoder and encoder.
Member Attribute Documentation
iEntries
The number of entries in the Q table.
Member Enumeration Documentation
Enum TQTableIndex
Flag reflecting the type of Q or quantization table.
Enumerator | Value | Description |
---|
ELumaTable | 0 |
Luminance table.
|
EChromaTable | 1 |
Chrominance table.
|
Constructor & Destructor Documentation
TJpegQTable ( )
Default constructor for this class.