#include <ivfext/IvfBmpImage.h>
Inheritance diagram for CIvfBmpImage:
Public Member Functions | |
CIvfBmpImage () | |
CIvfBmpImage (const char *name) | |
virtual | ~CIvfBmpImage () |
IvfClassInfo ("CIvfBmpImage", CIvfFileImage) | |
virtual bool | read () |
void | setAlphaChannel (bool flag) |
Classes | |
struct | bmpheader |
struct | BMPInfo |
This class implements a loader for Windows BMP image files.
Definition at line 38 of file IvfBmpImage.h.
|
CIvfBmpImage constructor |
|
CIvfBmpImage constructor |
|
CIvfBmpImage destructor |
|
Reads Bmp image Reimplemented from CIvfFileImage. |
|
Alpha channel flag If set to true the alpha channel will be read, if it exists. (default = false) |