|
|
|
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 &)constEBitFieldsCompression using bit fields.EEightBppRLEEight bits per pixel run length encoding.EFourBppRLEFour bits per pixel run length encoding.ENoneNo compression used.TBmpCompression()Default constructor for this class. TCompressionFlag reflecting the compression type.iCompression
The type of compression usedInherited from TImageDataBlock:
DataType()constReturns 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::TCompressionFlag reflecting the compression type.