How APNG to PNG conversion works
APNG decode → normalized image frames → PNG encode
Reading APNG
APNG input is read as PNG-compatible frames with frame delays, looping, and full alpha.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.