DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Struct that represents a marker in a JPEG file, i.e. More...
Public Attributes | |
offile_off_t | bytePos |
The byte position of the marker. | |
E_JPGMARKER | marker |
The marker byte itself. | |
Struct that represents a marker in a JPEG file, i.e.
it consists of the byte position of the marker and the marker code itself
offile_off_t JPEGFileMapEntry::bytePos |
The byte position of the marker.
E_JPGMARKER JPEGFileMapEntry::marker |
The marker byte itself.