#include <icl/imagecodecdata.h>
Link against: imageconversion.lib
class TJpegQTable : public TImageDataBlock |
Public Attributes | |
---|---|
TBuf8< KJpgQTableEntries > | iEntries |
TInt | iTableIndex |
Public Member Enumerations | |
---|---|
enum | TQTableIndex { ELumaTable, EChromaTable } |
Public Member Functions | |
---|---|
TJpegQTable() |
Inherited Functions | |
---|---|
TImageDataBlock::DataType()const | |
TImageDataBlock::TImageDataBlock(TUid) |
JPEG specific image data variant which holds QTable info.
It can be used with both the JPEG decoder and encoder.
Flag reflecting the type of Q or quantization table.
Enumerator | Value | Description |
---|---|---|
ELumaTable | 0 |
Luminance table. |
EChromaTable | 1 |
Chrominance table. |