Class IccProfileParser

    • Field Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • IccProfileParser

        public IccProfileParser()
    • Method Detail

      • getICCProfileInfo

        public IccProfileInfo getICCProfileInfo​(java.awt.color.ICC_Profile iccProfile)
      • getICCProfileInfo

        public IccProfileInfo getICCProfileInfo​(byte[] bytes)
      • getICCProfileInfo

        public IccProfileInfo getICCProfileInfo​(java.io.File file)
      • readICCProfileInfo

        private IccProfileInfo readICCProfileInfo​(java.io.InputStream is)
      • getIccTagType

        private IccTagType getIccTagType​(int quad)
      • issRGB

        public boolean issRGB​(java.awt.color.ICC_Profile iccProfile)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • issRGB

        public boolean issRGB​(byte[] bytes)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • issRGB

        public boolean issRGB​(java.io.File file)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • issRGB

        public boolean issRGB​(ByteSource byteSource)
                       throws java.io.IOException
        Throws:
        java.io.IOException