Class HistChunk


  • public class HistChunk
    extends PNGChunk
    The hIST (Histogram) chunk
    • Constructor Detail

      • HistChunk

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

      • processChunk

        public void processChunk​(RepInfo info)
                          throws Exception
        Process the data in the chunk. All we do is note the presence of the chunk in a property.
        Overrides:
        processChunk in class PNGChunk
        Throws:
        Exception