Animated PNG
04.03.07 - 07:18pm
In late March, support for Animated PNGs (APNGs) landed on the Mozilla trunk. The web can finally ditch GIF-format animations, as the APNG format offers a superior feature set… Most notably, full 24-bit color and alpha transparency. I was eager to try this out, but there were no editors to build such animations. What to do? Well, I built one. Here’s the first result:

[You'll only see an animated logo if you're running a recent trunk build.]
The editor is mostly complete, and I’ll release it as a browser extension once the patch for APNG image encoding support lands (bug 372741). Mozilla is a nifty platform for developing this kind of tool, as I get cross-platform support essentially for free.
Thanks to Grey Hodge for the layered source images.

Very nice! (although the spin-rate makes me dizzy).
Why is that file 600 kibi? That seems pretty large.
cool!
hmm… pngcrush doesn’t like the extra frames and rips them out :(
I have a nightly a little more recent than a2 and it doesn’t work … it’s too old ???
It works with alpha3 … it’s beautifull… I can’t remember seeing a .gif this clear, with such a good colour etc ..
Firefox rules, do you have a date to finalize the apng spec ???? Se we can make the web better ? :)
That is like a few years late: http://gjuyn.xs4all.nl/libmng/download.html?cat=3
Removing a fully functional standard and replacing it with a non-standard bastard child: https://bugzilla.mozilla.org/show_bug.cgi?id=18574
A practice usually associated with Microsoft, good job!
Sam: MNG has been argued to death in the bug, so I’ll leave it at that. APNG’s goal was allow the PNG format to be a viable replacement for animated GIFs. It’s a small, simple modification to libpng — which makes it more likely to be implemented/adopted by others.