←back to thread

A new PNG spec

(www.programmax.net)
612 points bluedel | 1 comments | | HN request time: 0.222s | source
Show context
albert_e ◴[] No.44373786[source]
So animated GIFs can be replaced by Animated PNGs with alpha blending with transparent backgrounds and lossless compression! Some nostalgia from 2000s websites can be revived and relived :)

Curious if Animated SVGs are also a thing. I remember seeing some Javascript based SVG animations (it was a animated chatbot avatar) - but not sure if there is any standard framework.

replies(10): >>44373806 #>>44373868 #>>44374146 #>>44374225 #>>44374312 #>>44374556 #>>44374786 #>>44376132 #>>44379316 #>>44385628 #
qingcharles ◴[] No.44379316[source]
Almost nowhere that supports uploading GIFs supports APNG or animated WEBP. The back end support is so low it's close to zero. Which is really frustrating.
replies(1): >>44379647 #
extraduder_ire ◴[] No.44379647[source]
Do you mean services that reencode gif files to webm/mp4? apng just works everywhere that png works, and will remain animated as long as it's not re-encoded.

You can even have one frame that gets shown if and only if animation is not supported.

replies(1): >>44384999 #
1. qingcharles ◴[] No.44384999[source]
Yes, most places only show the first frame. They ignore the animation, sadly. Even while accepting GIFs.