DCMTK  Version 3.6.1 20121102
OFFIS DICOM Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
SB_BitmapInfoHeader Struct Reference

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
 

Detailed Description

structure for BMP bitmap info header

Member Data Documentation

Uint16 SB_BitmapInfoHeader::biBitCount

bits per pixel, supported values: 8 = color palette with 256 entries, 24 = true color

Uint32 SB_BitmapInfoHeader::biClrImportant

number of important colors, '0' means all

Uint32 SB_BitmapInfoHeader::biClrUsed

number of actually used colors, if '0' the number of colors is calculated using 'biBitCount'

Uint32 SB_BitmapInfoHeader::biCompression

type of compression, support value: 0 = BI_RGB, no compression

Sint32 SB_BitmapInfoHeader::biHeight

height of the image (in pixels)

Uint16 SB_BitmapInfoHeader::biPlanes

number of planes, usually '1'

Uint32 SB_BitmapInfoHeader::biSize

size of the BitmapInfoHeader, usually '40'

Uint32 SB_BitmapInfoHeader::biSizeImage

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)

Sint32 SB_BitmapInfoHeader::biXPelsPerMeter

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

Sint32 SB_BitmapInfoHeader::biYPelsPerMeter

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


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


Generated on Wed Sep 4 2013 for DCMTK Version 3.6.1 20121102 by Doxygen 1.8.4