Class SpltChunk

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

public class SpltChunk extends PNGChunk
The suggested palette (sPLT) chunk
  • Constructor Details

    • SpltChunk

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

    • processChunk

      public void processChunk(RepInfo info) throws Exception
      Process the chunk. We add a property for the suggested palette by adding it to the module's list of sPLT's.
      Overrides:
      processChunk in class PNGChunk
      Throws:
      Exception