SECDib Class

class SECDib: public SECImage

SECDib derives from SECImage and supports the Windows DIB (device independent bitmap) format, often stored as ".dib" or ".bmp" files.

Defined in: SECDIB.h

Comments

Currently, SECDib only supports Windows version 3 bitmaps which do not include encoding. Numerous Windows reference manuals document the format of DIB files, as well as APIs used to manipulate DIB images.

See the IMAGETST sample in the \\OT\\SAMPLES\\STANDARD\\IMAGES\\IMAGETST directory for a demonstration of this class.

Class Members

FOUNDATION_API SECDib()

Constructs a SECDib object.