A marker byte indicating the type of a JPEG segment.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.ParseJpeg.Marker
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
APP0 Application-specific marker, type 0. JFIF standard header.
APP1 Application-specific marker, type 1.
APP10 Application-specific marker, type 10.
APP11 Application-specific marker, type 11.
APP12 Application-specific marker, type 12. Some digital camera makers put comments into APP12 markers.
APP13 Application-specific marker, type 13. Typically an Adobe APP13 Macintosh Resource.
APP14 Application-specific marker, type 14.
APP15 Application-specific marker, type 15.
APP2 Application-specific marker, type 2.
APP3 Application-specific marker, type 3.
APP4 Application-specific marker, type 4.
APP5 Application-specific marker, type 5.
APP6 Application-specific marker, type 6.
APP7 Application-specific marker, type 7.
APP8 Application-specific marker, type 8.
APP9 Application-specific marker, type 9.
COM Comment
DHT DHT marker.
DQT DQT marker.
EOI End Of Image - end of data stream.
RST0 Restart
RST1 Restart
RST2 Restart
RST3 Restart
RST4 Restart
RST5 Restart
RST6 Restart
RST7 Restart
SOF Start of File
SOF0 Start Of Frame. JPEG Process: Baseline.
SOF1 Start Of Frame. JPEG Process: Extended sequential.
SOF10 Start Of Frame. JPEG Process: Progressive, arithmetic coding. Not in common use.
SOF11 Start Of Frame. JPEG Process: Lossless, arithmetic coding. Not in common use.
SOF13 Start Of Frame. JPEG Process: Differential sequential, arithmetic coding. Not in common use.
SOF14 Start Of Frame. JPEG Process: Differential progressive, arithmetic coding. Not in common use.
SOF15 Start Of Frame. JPEG Process: Differential lossless, arithmetic coding. Not in common use.
SOF2 Start Of Frame. JPEG Process: Progressive.
SOF3 Start Of Frame. JPEG Process: Lossless. Not in common use.
SOF5 Start Of Frame. JPEG Process: Differential sequential. Not in common use.
SOF6 Start Of Frame. JPEG Process: Differential progressive. Not in common use.
SOF7 Start Of Frame. JPEG Process: Differential lossless. Not in common use.
SOF9 Start Of Frame. JPEG Process: Extended sequential, arithmetic coding. Not in common use.
SOI Start Of Image - beginning of data stream.
SOS Start Of Scan - begins compressed data.
TEM Temporary marker. Should never be found in wild.
Example

None.