"The PNG image file format is now more popular than GIF"... On the Web!
PNG has been more popular than GIF since a very long time for basically anything non-web needing lossless picture compression.
From smartphones icons to OS icons, software logos and icons, etc. I'd say the proportion is about 100:1. Actually I was suprised while just running a "find" on my Linux distro to even find a few .gif files. But thousands of PNGs, of course.
Screenshots taken from OS X and Linux are saved to PNG files (for OS X it actually depends on the version of OS X, sometimes PDF are used, but not GIFs).
And games... Lots of games ship with PNG pictures (as well as jpg of course). But GIF? Common...
It's actually a very, very long time that PNG files are more popular than GIFs.
I assume you're talking about IE6 not supporting alpha-channel transparency and IE7 getting the gamma wrong?
Both of those problems can be easily fixed (in most cases) by using iepngfix for IE6 and stripping gamma information from your PNGs (which you should do anyway, to minimize the size of your images). I've been using PNGs successfully in my projects for several years, and during most of those years I had to support IE6/7. In fact, if you need to support any version of IE, PNG should be the least of your problems.
> can be easily fixed (in most cases) by using iepngfix for IE6
It could be even more easily fixed by using GIFs instead. I assume that's what many people thought. Thankfully, IE6 is finally dead and no one have to worry about PNGs anymore.
PNG has been more popular than GIF since a very long time for basically anything non-web needing lossless picture compression.
From smartphones icons to OS icons, software logos and icons, etc. I'd say the proportion is about 100:1. Actually I was suprised while just running a "find" on my Linux distro to even find a few .gif files. But thousands of PNGs, of course.
Screenshots taken from OS X and Linux are saved to PNG files (for OS X it actually depends on the version of OS X, sometimes PDF are used, but not GIFs).
And games... Lots of games ship with PNG pictures (as well as jpg of course). But GIF? Common...
It's actually a very, very long time that PNG files are more popular than GIFs.
Glad to hear that it's now true for the Web too.