writeApngToData

It takes the apng file and feeds the file data to your sink delegate, the given file, or simply returns it as an in-memory array.

void
writeApngToData
(,
scope void delegate
(
in ubyte[] data
)
sink
)
Suggestion Box / Bug Report