Class CMYKJPEGImageReadParam


  • public class CMYKJPEGImageReadParam
    extends JPEGImageReadParam
    This class adds ability to set CMYK Jpeg image read parameters like inverseYCCK color hint.
    • Constructor Detail

      • CMYKJPEGImageReadParam

        public CMYKJPEGImageReadParam()
    • Method Detail

      • setUseInvertedYCCKColor

        public void setUseInvertedYCCKColor​(boolean inverted)
        Sets useInvertedColor flag. If this flag is set to true, reader can assume that JPEG has inverse YCCK color and apply appropriate transformation. Default value of this flag is true
        Parameters:
        inverted -
      • getUseInvertedYCCKColor

        public boolean getUseInvertedYCCKColor()
        Returns the current value of useInvertedColor flag.
        Returns:
        true if useInvertedYCCKColor flag is set.