#include <Image.h>
Data Fields | |
short | bfType |
int | bfSize |
short | bfReserved1 |
short | bfReserved2 |
int | bfOffBits |
Definition at line 41 of file Image.h.
Must always be set to 'BM' to declare that this is a .bmp-file.
Definition at line 43 of file Image.h.
Referenced by Image::loadBMP(), and Image::readBMPFileHeader().
Specifies the size of the file in bytes.
Definition at line 45 of file Image.h.
Referenced by Image::readBMPFileHeader().
Must always be set to zero.
Definition at line 47 of file Image.h.
Referenced by Image::readBMPFileHeader().
Must always be set to zero.
Definition at line 49 of file Image.h.
Referenced by Image::readBMPFileHeader().
Specifies the offset from the beginning of the file to the bitmap data.
Definition at line 51 of file Image.h.
Referenced by Image::loadBMP(), and Image::readBMPFileHeader().