|
||
class TBmpCompression : public TImageDataBlock;
BMP specific image data variant which holds compression info. It is only used when extracting info from the BMP decoder.
TImageDataBlock
-
The abstract base class for all format-specific image data variants.
TBmpCompression
- ...
Defined in TBmpCompression
:
DuplicateL(CFrameImageData &)const
EBitFields
Compression using bit fields.EEightBppRLE
Eight bits per pixel run length encoding.EFourBppRLE
Four bits per pixel run length encoding.ENone
No compression used.TBmpCompression()
Default constructor for this class. TCompression
Flag reflecting the compression type.iCompression
The type of compression usedInherited from TImageDataBlock
:
DataType()const
Returns the data type of the current TImageDataBlock object.TImageDataBlock(TUid)
Constructs and initialises the TImageDataBlock object to the data type specified...private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TCompression
Flag reflecting the compression type.
|
TCompression iCompression;
The type of compression used
TBmpCompression::TCompression
Flag reflecting the compression type.