#include <bmp.h>
BMP info header
Definition at line 91 of file bmp.h.
◆ biBitCount
l_int16 BMP_InfoHeader::biBitCount |
number of bits per pixel
Definition at line 97 of file bmp.h.
◆ biClrImportant
l_int32 BMP_InfoHeader::biClrImportant |
number of important colors used
Definition at line 103 of file bmp.h.
◆ biClrUsed
l_int32 BMP_InfoHeader::biClrUsed |
number of colors used
Definition at line 102 of file bmp.h.
◆ biCompression
l_int32 BMP_InfoHeader::biCompression |
compress format (0 == uncompressed)
Definition at line 98 of file bmp.h.
◆ biHeight
l_int32 BMP_InfoHeader::biHeight |
bitmap height in pixels
Definition at line 95 of file bmp.h.
◆ biPlanes
l_int16 BMP_InfoHeader::biPlanes |
number of bitmap planes
Definition at line 96 of file bmp.h.
◆ biSize
l_int32 BMP_InfoHeader::biSize |
◆ biSizeImage
l_int32 BMP_InfoHeader::biSizeImage |
size of image in bytes
Definition at line 99 of file bmp.h.
◆ biWidth
l_int32 BMP_InfoHeader::biWidth |
bitmap width in pixels
Definition at line 94 of file bmp.h.
◆ biXPelsPerMeter
l_int32 BMP_InfoHeader::biXPelsPerMeter |
pixels per meter in x direction
Definition at line 100 of file bmp.h.
◆ biYPelsPerMeter
l_int32 BMP_InfoHeader::biYPelsPerMeter |
pixels per meter in y direction
Definition at line 101 of file bmp.h.
The documentation for this struct was generated from the following file: