Searched defs:BMP_INFOHDR (Results 1 – 1 of 1) sorted by relevance
41 struct BMP_INFOHDR struct43 static const quint32 Size = 40;44 quint32 biSize; // size of this struct45 quint32 biWidth; // pixmap width46 quint32 biHeight; // pixmap height47 quint16 biPlanes; // should be 148 quint16 biBitCount; // number of bits per pixel49 enum Compression { RGB = 0 };50 quint32 biCompression; // compression method51 quint32 biSizeImage; // size of image[all …]