Class IccReader

  • All Implemented Interfaces:
    JpegSegmentMetadataReader, MetadataReader

    public class IccReader
    extends java.lang.Object
    implements JpegSegmentMetadataReader, MetadataReader
    Reads an ICC profile.

    More information about ICC:

    • http://en.wikipedia.org/wiki/ICC_profile
    • http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ICC_Profile.html
    • https://developer.apple.com/library/mac/samplecode/ImageApp/Listings/ICC_h.html
    • Field Detail

      • JPEG_SEGMENT_PREAMBLE

        public static final java.lang.String JPEG_SEGMENT_PREAMBLE
        See Also:
        Constant Field Values
    • Constructor Detail

      • IccReader

        public IccReader()