SB_BitmapInfoHeader Struct Reference

structure for BMP bitmap info header More...

List of all members.

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


Detailed Description

structure for BMP bitmap info header

Definition at line 171 of file diutils.h.


The documentation for this struct was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1