Leptonica  1.73
Image processing and image analysis suite
Data Fields
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 75 of file bmp.h.

Field Documentation

◆ 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

size of the BMP_InfoHeader struct

Definition at line 77 of file bmp.h.

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