|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
structure for BMP bitmap file header More...
Public Attributes | |
| char | bfType [2] |
| signature, must always be 'BM' | |
| Uint32 | bfSize |
| file size in bytes | |
| Uint16 | bfReserved1 |
| reserved, should be '0' | |
| Uint16 | bfReserved2 |
| reserved, should be '0' | |
| Uint32 | bfOffBits |
| offset from the beginning of the file to the bitmap data (in bytes) | |
structure for BMP bitmap file header
offset from the beginning of the file to the bitmap data (in bytes)
reserved, should be '0'
reserved, should be '0'
| Uint32 SB_BitmapFileHeader::bfSize |
file size in bytes
| char SB_BitmapFileHeader::bfType[2] |
signature, must always be 'BM'