I have noticed one issue though while I was developing my blog.
Firefox seems to render my PNG images wrong. I have a background
colour of #555555 and a PNG image that is meant to blend in with it. I
used photoshop to create and save the file and coloured it the same.
However firefox seems to render the image as #434343 - IE*, Safari 4
and Firefox 3.0.x seem to render the files OK, however 3.5 on both OSX
and Windows render the image wrong.
Any ideas on this? Is it a know issue? The problem does occur with GIF
images - only PNG. I'm worried as I planed to use a large amount of
PNG files on the site and can't use GIF for most of them
(transparencies etc).
Does setting the "gfx.color_management.mode" preference to 0 help?
If so, note http://hsivonen.iki.fi/png-gamma/ for some fun details.
-Boris
Perhaps you have accidentally included a color profile in the image:
http://hacks.mozilla.org/2009/06/color-correction/
Thanks for all the help. One way or the other I have managed to fix
it, and I'll look into it in more detail. Thanks to both of your for
your very helpful replies!
OK, While the Mac issue seems to have sorted itself out (possibly due
to colour profile change) The windows issue hasn't. I tried changing
the gfx_management_mode to 0 but it had no effect. I'll double check
over my images to make sure I haven't embedded an adobe colour profile
into it....