#include <bmp.h>
BMP info header
Definition at line 75 of file bmp.h.
◆ biBitCount
| l_int16 BMP_InfoHeader::biBitCount |
number of bits per pixel
Definition at line 81 of file bmp.h.
◆ biClrImportant
| l_int32 BMP_InfoHeader::biClrImportant |
number of important colors used
Definition at line 87 of file bmp.h.
◆ biClrUsed
| l_int32 BMP_InfoHeader::biClrUsed |
number of colors used
Definition at line 86 of file bmp.h.
◆ biCompression
| l_int32 BMP_InfoHeader::biCompression |
compress format (0 == uncompressed)
Definition at line 82 of file bmp.h.
◆ biHeight
| l_int32 BMP_InfoHeader::biHeight |
bitmap height in pixels
Definition at line 79 of file bmp.h.
◆ biPlanes
| l_int16 BMP_InfoHeader::biPlanes |
number of bitmap planes
Definition at line 80 of file bmp.h.
◆ biSize
| l_int32 BMP_InfoHeader::biSize |
◆ biSizeImage
| l_int32 BMP_InfoHeader::biSizeImage |
size of image in bytes
Definition at line 83 of file bmp.h.
◆ biWidth
| l_int32 BMP_InfoHeader::biWidth |
bitmap width in pixels
Definition at line 78 of file bmp.h.
◆ biXPelsPerMeter
| l_int32 BMP_InfoHeader::biXPelsPerMeter |
pixels per meter in x direction
Definition at line 84 of file bmp.h.
◆ biYPelsPerMeter
| l_int32 BMP_InfoHeader::biYPelsPerMeter |
pixels per meter in y direction
Definition at line 85 of file bmp.h.
The documentation for this struct was generated from the following file: