FrameControlChunk

fcTL chunk direct representation

struct FrameControlChunk {
uint sequence_number;
uint width;
uint height;
uint x_offset;
uint y_offset;
ushort delay_num;
ushort delay_den;
APNG_DISPOSE_OP dispose_op;
APNG_BLEND_OP blend_op;
}
Suggestion Box / Bug Report