Manfred Grebler wrote:
Aaron wrote:
[..]
supports color profiling that is implemented differently across browsers.
Browsers do not consider color profiles. [..]
Some do, some don't.
Safari, for instance, does. If there's no embedded color profile, the
1.0.x versions of Safari assume the monitor's profile (which is a pretty
stupid thing to do). In 2.0.x, Safari assumes sRGB unless told otherwise by the image file.
Other browsers do things differently.
So: The best practice when it comes to color on the web: Convert your image to sRGB. Embed a color profile into it when you save it (PS has a check box for this). And keep in mind that services like Flickr will often scale the image locally and ignore the color profile. If you could assume all elements in the chain were color managed, then any old profile would do. But you can't, so it won't. :-)