PNG.Chunk

PNG Chunk identifier

Members

Functions

bigEndianToNative
void bigEndianToNative()

Converts the struct to little endian on systems that need them.

nativeToBigEndian
Chunk nativeToBigEndian()

Returns a copy of the struct that is in big endian.

Variables

dataLength
uint dataLength;

Length of chunk

identifier
char[4] identifier;

Identifies the data of this chunk

Meta