Location:
ImageCodecData.h
Link against: imageconversion.lib
class TJpegQTable : public TImageDataBlock;
JPEG specific image data variant which holds QTable info.
It can be used with both the JPEG decoder and encoder.
TImageDataBlock
- The abstract base class for all format-specific image data variants
TJpegQTable
- JPEG specific image data variant which holds QTable info
Defined in TJpegQTable
:
DuplicateL()
, EChromaTable
, ELumaTable
, TJpegQTable()
, TQTableIndex
, iEntries
, iTableIndex
Inherited from TImageDataBlock
:
DataType()
private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TQTableIndex
Flag reflecting the type of Q or quantization table.
|
TBuf8< KJpgQTableEntries > iEntries;
The number of entries in the Q table.