arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
FrameControlChunk
arsd
apng
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
;
}
Meta
Source
See Implementation
arsd
apng
classes
ApngAnimation
ApngFrame
enums
APNG_BLEND_OP
APNG_DISPOSE_OP
functions
getApngBytes
readApng
writeApngToData
writeApngToFile
structs
AnimationControlChunk
ApngRenderBuffer
FrameControlChunk
fcTL chunk direct representation