class ChunkyPNG::Chunk::ImageData

An image data (IDAT) chunk holds (part of) the compressed image pixel data.

The data of an image can be split over multiple chunks, which will have to be combined and inflated in order to decode an image. See {{.combine_chunks}} to combine chunks to decode, and {{.split_in_chunks}} for encoding a pixeldata stream into IDAT chunks.

@see www.w3.org/TR/PNG/#11IDAT