There are a lot of solutions about how to create an APNG image (animated PNG), but how can I split APNG image frames into separate images?
Thanks in advance.
There is a small bug in splitapng()
(wrong crc32) which produce corrupted png images ... fixed here: https://stackoverflow.com/a/61241937/13317744
Here's some example code that will take a png in the form of a byte array and return the various frames as an array of byte arrays.
An example call, loading a file and saving the parts: