Class SpltChunk


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

      • SpltChunk

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

      • 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