PNGChunk

A PNG chunk.

Constructors

this
this(string type, const(void)[] data)
Undocumented in source.

Members

Functions

crc32
uint crc32()

Calculate the CRC32.

Variables

data
const(void)[] data;

Chunk contents.

type
char[4] type;

Chunk type.

Meta