DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
structure for BMP bitmap info header More...
Public Attributes | |
Uint32 | biSize |
size of the BitmapInfoHeader, usually '40' | |
Sint32 | biWidth |
width of the image (in pixels) | |
Sint32 | biHeight |
height of the image (in pixels) | |
Uint16 | biPlanes |
number of planes, usually '1' | |
Uint16 | biBitCount |
bits per pixel, supported values: 8 = color palette with 256 entries, 24 = true color | |
Uint32 | biCompression |
type of compression, support value: 0 = BI_RGB, no compression | |
Uint32 | biSizeImage |
size of the image data (in bytes), might be set to '0' if image is uncompressed | |
Sint32 | biXPelsPerMeter |
horizontal resolution: pixels/meter, usually set to '0' | |
Sint32 | biYPelsPerMeter |
vertical resolution: pixels/meter, usually set to '0' | |
Uint32 | biClrUsed |
number of actually used colors, if '0' the number of colors is calculated using 'biBitCount' | |
Uint32 | biClrImportant |
number of important colors, '0' means all |
structure for BMP bitmap info header
bits per pixel, supported values: 8 = color palette with 256 entries, 24 = true color
number of important colors, '0' means all
number of actually used colors, if '0' the number of colors is calculated using 'biBitCount'
type of compression, support value: 0 = BI_RGB, no compression
height of the image (in pixels)
number of planes, usually '1'
Uint32 SB_BitmapInfoHeader::biSize |
size of the BitmapInfoHeader, usually '40'
size of the image data (in bytes), might be set to '0' if image is uncompressed
Sint32 SB_BitmapInfoHeader::biWidth |
width of the image (in pixels)
horizontal resolution: pixels/meter, usually set to '0'
vertical resolution: pixels/meter, usually set to '0'