DCMTK  Version 3.6.1 20120515
OFFIS DICOM Toolkit
Public Attributes
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


Member Data Documentation

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'

size of the BitmapInfoHeader, usually '40'

size of the image data (in bytes), might be set to '0' if image is uncompressed

width of the image (in pixels)

horizontal resolution: pixels/meter, usually set to '0'

vertical resolution: pixels/meter, usually set to '0'


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


Generated on Tue May 15 2012 for DCMTK Version 3.6.1 20120515 by Doxygen 1.7.5.1-20111027