The OpenD Programming Language

PNG.chunks

The array of chunks that make up the file contents. See getChunkNullable, getChunk, insertChunk, and replaceChunk for functions to access and manipulate this array.

struct PNG
Chunk[] chunks;

Meta