![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <bmp.h>
Data Fields | |
| l_int32 | biSize |
| l_int32 | biWidth |
| l_int32 | biHeight |
| l_int16 | biPlanes |
| l_int16 | biBitCount |
| l_int32 | biCompression |
| l_int32 | biSizeImage |
| l_int32 | biXPelsPerMeter |
| l_int32 | biYPelsPerMeter |
| l_int32 | biClrUsed |
| l_int32 | biClrImportant |
| l_int16 BMP_InfoHeader::biBitCount |
number of bits per pixel
Definition at line 97 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biClrImportant |
number of important colors used
Definition at line 103 of file bmp.h.
Referenced by pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biClrUsed |
| l_int32 BMP_InfoHeader::biCompression |
compress format (0 == uncompressed)
Definition at line 98 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biHeight |
bitmap height in pixels
Definition at line 95 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int16 BMP_InfoHeader::biPlanes |
| l_int32 BMP_InfoHeader::biSize |
size of the BMP_InfoHeader struct
Definition at line 93 of file bmp.h.
Referenced by pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biSizeImage |
size of image in bytes
Definition at line 99 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biWidth |
bitmap width in pixels
Definition at line 94 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biXPelsPerMeter |
pixels per meter in x direction
Definition at line 100 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().
| l_int32 BMP_InfoHeader::biYPelsPerMeter |
pixels per meter in y direction
Definition at line 101 of file bmp.h.
Referenced by pixReadMemBmp(), and pixWriteMemBmp().