A class representing an APP2 segment. These are generally chunks of ICC color profile data. Color profiles need to be broken into chunks because they are typically larger than the 64KB maximum segment size.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.ParseJpeg+Segment
        WebSupergoo.ImageGlue8.ParseJpeg.SegmentAPP2
Fields
Field Description
Count For segments containing ICC color profile data, the number of chunks of data in total.
HeaderSize The size of the header before the raw data.
Index For segments containing ICC color profile data, the index of this chunk of data.
IsIcc Whether this Segment contains ICC color profile data.
Example

None.