Class IhdrChunk

java.lang.Object
com.mcgath.jhove.module.png.PNGChunk
com.mcgath.jhove.module.png.IhdrChunk

public class IhdrChunk extends PNGChunk
Representation of the IHDR (header) chunk
  • Constructor Details

    • IhdrChunk

      public IhdrChunk(int sig, long leng)
      Constructor
  • Method Details

    • processChunk

      public void processChunk(RepInfo info) throws Exception
      The IHDR chunk contains image information in a fixed format. I don't think the spec says it can't have extra bytes which would just be padding.
      Overrides:
      processChunk in class PNGChunk
      Throws:
      Exception