TBmpCompression Class Reference
#include
<icl/imagecodecdata.h>
Link against: imageconversion.lib
class TBmpCompression : public TImageDataBlock |
Detailed Description
BMP specific image data variant which holds compression info. It is only used when extracting info from the BMP decoder.
Member Attribute Documentation
Member Enumeration Documentation
Enum TCompression
Flag reflecting the compression type.
Enumerator | Value | Description |
---|
ENone | |
No compression used.
|
EEightBppRLE | |
Eight bits per pixel run length encoding.
|
EFourBppRLE | |
Four bits per pixel run length encoding.
|
EBitFields | |
Compression using bit fields.
|
Constructor & Destructor Documentation
TBmpCompression ( )
IMPORT_C | TBmpCompression | ( | ) | |
Default constructor for this class.