Last modified: 2012-02-22 12:35:17 UTC
PNG images can contain a bKGD chunk which defines a background color; this is used for instance by Internet Explorer 6.0 when displaying PNGs with multiple-bit alpha transparency. When we resize PNGs with ImageMagick, we specify a white background color, which is usually an acceptable fallback for decent display in IE 6 and generic image viewers. When resizing with GD, no background color gets set. IE 6 ends up displaying its generic ugly bluish grayish background, which is fairly unattractive. Unfortunately the GD library doesn't appear to provide any interface for setting the background color. It might be relatively easy to hack up the file after saving, though, and add a hardcoded background chunk. :) Just a minor thing, but it's these little things that keep people happy.
Update Web browser.
Adding testme. Please test with Internet Explorer 8 and note the result here.
IE8 results would be useless, as this is only relevant to browsers *not* supporting alpha transparency in PNGs; these (eg, IE 6 or below) will display the background color chunk instead.
Is this the same issue as bug 234 ?
I'm going to go out on a limb and mark this WONTFIX; workaround of installing ImageMagick should work for most any site that finds they care about this issue still in 2011. :) Wikimedia not affected.