Location:
ImageCodecData.h
Link against: imageconversion.lib
class TBmpImageData : public TImageDataBlock;
BMP specific image data variant which holds bits per pixel info. It is only used when configuring the BMP encoder.
If the Symbian bitmap encoder (0x101F45AE) is supplied then encoder specific defaults are used if this object is not presented to the conversion process.
The default bitmap colour depth is 24-bit.
TImageDataBlock
- The abstract base class for all format-specific image data variants
TBmpImageData
- BMP specific image data variant which holds bits per pixel info
Defined in TBmpImageData
:
DuplicateL()
, TBmpImageData()
, iBitsPerPixel
Inherited from TImageDataBlock
:
DataType()
private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TInt iBitsPerPixel;
The number of bits/pixel.