Class PngChunkIccp


public class PngChunkIccp extends PngChunk
The PNG iCCP chunk. If "present, the image samples conform to the color space represented by the embedded ICC profile as defined by the International Color Consortium".
See Also:
  • Constructor Details

    • PngChunkIccp

      public PngChunkIccp(int length, int chunkType, int crc, byte[] bytes) throws ImagingException, IOException
      Constructs a new instance.
      Parameters:
      length - chunk length
      chunkType - chunk type
      crc - CRC computed over the chunk type and chunk data (but not the length)
      bytes - chunk data bytes
      Throws:
      ImagingException - when no profile name is present
      IOException - when an error happens while reading the profile data
  • Method Details