APNG (animated PNG) images support [Firefox and Safari 8 support it]
APNG is an extension of the Portable Network Graphics (PNG) format, adding support for animated images. It is intended to be a replacement for simple animated images that have traditionally used the GIF format, while adding support for 24-bit images and 8-bit transparency. APNG is backwards-compatible with PNG; any PNG decoder should be able to ignore the APNG-specific chunks and display a single image.
GIF vs. APNG vs. animated WebP: http://littlesvr.ca/apng/gif_apng_webp.html
Support status: http://caniuse.com/#feat=apng (Firefox and Safari 8 support APNG)
Specification: https://developer.mozilla.org/en-US/docs/Animated_PNG_graphics

.
89 comments
-
Glenn Barker commented
Animated images are widely used. Whether people like them or not isn't the issue, they are used everywhere and the gif format is too limiting. I understand that rebuilding the browser takes time and this isn't going to be high on the priority list right off the bat, but this should be somewhere on the road map.
-
Max Stepin commented
I received a comment from MS Edge developers:
https://twitter.com/MSEdgeDev/status/596197829414035456
Here's the current status of modern image formats:
-
Arman Hayots commented
APNG *MUST BE* implemented.
http://littlesvr.ca/apng/gif_apng_webp.html -
Arman Hayots commented
This format must be implemented few years ago and already became standard.
Go-go, MSFT guys, do not disappoint us! -
Ben Bout commented
WebKit core now supports it too. I guess it's only a matter of time before we'll see it in Google Chrome.
-
Jaff commented
APNG support should normally have already been implemented!
-
Max Stepin commented
ESA using animated GIF to show Philae landing site before/after:
http://blogs.esa.int/rosetta/2014/11/14/philaes-first-touchdown-seen-by-rosetta/
Is it time for something simple, lossless, not restricted to 256 colors?
-
Aken B. commented
I think it is an improvement over the GIF workhorse. You just have to put the APNG and GIF to the test and you will see. The results should be crystal clear.
-
rotek commented
APNG support can be easily introduced with a very little additional code. Please consider it, this is just two week job for one developer.
There are many APNG files already in the Internet, even on Wikipedia!