PNG.AnimationControl

Animation control chunk. If found in a PNG file, it means it has the APNG extensions.

Members

Functions

bigEndianToNative
void bigEndianToNative()

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

nativeToBigEndian
void nativeToBigEndian()

Converts the struct to big endian for storage.

Variables

numFrames
uint numFrames;

Number of animation frames.

numPlays
uint numPlays;

Number of repeats (0 means infinite loop).

Meta