Earlier quoted context omitted.
I think it's because of IE. I know IE sopports transparent PNGs for quite a while, but until not very long ago there were not so many options and people don't really like to upgrade IE apparently.
Binary transparency PNGs (i.e. no separate alpha channel) have worked in IE since at least 6. So except for animation support there really is no reason to use GIF.
The PNG image file format is now more popular than GIF
41–50 of 111 posts
Re: The PNG image file format is now more popular than GIF
#42Earlier quoted context omitted.
If that's a reproducible issue, have you considered filing a bug?
I assumed this was widely known/accepted. Never considers filing a bug, i assume you mean for the browser right?
[1]: http://www.totalprosports.com/2012/12/14/the-50-best-sports-...
Re: The PNG image file format is now more popular than GIF
#43More numerous perhaps, but not more important--going by the insane explosion in animated GIFs in the last two years... I think folks would have stuck by JPEG if it offered transparency.
Even more importantly, frequency-domain compression is really not a very good alternative for most alpha channels for two main reasons.
First, most alpha channels are dominated by large regions of full transparency or full opacity. PNG thrives under those conditions. JPEG does OK.
Second, ring artifacts are a big problem for alpha channels. Whereas a ring artifact in a chroma channel will often be completely imperceptible to the viewer, a ring artifact on an alpha channel can turn transparent pixels opaque. Unless you correct the non-alpha channels to account for those artifacts on the alpha channel, you'll end up with noticeable black halos, even at relatively high quantization. That correction is difficult, and even if you do it well, the results are not stellar.
So while a hybrid format might work well, JPEG + alpha is not as simple as it sounds.
Re: The PNG image file format is now more popular than GIF
#44That's why I made Draw![1][2] pixel art animation editor! [1] http://drawbang.com [2] https://itunes.apple.com/us/app/drawbang/id578228937
Re: The PNG image file format is now more popular than GIF
#45And this particular circle is complete. Of course the patents that were the heart of such controversy are now expired so GIF code is no longer 'not-open' but it has a bad reputation so we don't play with it any more :-). I like PNG though, the library development, while a bit rocky at first, matured quite nicely and about 5 years ago crossed the point where enough people took the time to figure out how to use it that…
Yup, great point. I think if there weren't patent concerns over GIF years ago, there wouldn't have been nearly as wide support for the format, which means far fewer people would be using it today.
Re: The PNG image file format is now more popular than GIF
#46Now if only animated pngs were more supported http://caniuse.com/apng
Re: The PNG image file format is now more popular than GIF
#47What happened to JPEG 2000? It supports lossless too, but never seen it implemented on browsers.
Re: The PNG image file format is now more popular than GIF
#48Earlier quoted context omitted.
Or: wow! Only now?
poor support/awareness of animated PNGs has been keeping GIF well represented for ages
Re: The PNG image file format is now more popular than GIF
#49Earlier quoted context omitted.
I assumed this was widely known/accepted. Never considers filing a bug, i assume you mean for the browser right?
Are you sure you're not referring to animated GIFs ? The slow FPS rate occurs as they load, and is contained to the GIF itself. Surely a static GIF would not reduce your browser FPS.
Re: The PNG image file format is now more popular than GIF
#50I really wonder why GIFs are still around. Apart for being used as short videos for funny things they have not a huge use afaik. They really feel like an old technology. They are also a pain to support on android.