Leptonica  1.83.1
Image processing and image analysis suite
BMP_InfoHeader Struct Reference

#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
 

Detailed Description

BMP info header

Definition at line 91 of file bmp.h.

Field Documentation

◆ 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

size of the BMP_InfoHeader struct

Definition at line 93 of file bmp.h.

◆ 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: