Reading and Writing APNG (Animated PNG) Made SimpleHandling APNG files — both reading and writing — has always been a challenge.
This clean application provides a streamlined solution for both.
💡 Usage Just drag and drop any image onto the window.
The application automatically detects the format and processes it accordingly:
- Native APNG files
- GDImage PNG animations
- Horizontal stride images (multi-frame strip in a single PNG)
The animation is parsed, displayed, and optionally re-encoded using the new internal APNG API.
🛠️ What’s included The complete 64-bit
Visual Studio 2022 source code is attached to this post.
It demonstrates how to load, display, convert, and rebuild animated PNGs with precision and full control.
Flowchart overview
And a working APNG example