NEW136968
Safari 7.0 and Webkit have a color rendering bug for sRGB tagged images
https://bugs.webkit.org/show_bug.cgi?id=136968
Summary Safari 7.0 and Webkit have a color rendering bug for sRGB tagged images
Jao van de Lagemaat
Reported 2014-09-19 17:38:58 PDT
A new bug was introduced with Safari 7.0 and Webkit on Mac OS X Mavericks that makes the gamma display of sRGB images incorrect. Shadow tones display too dark as it appears Webkit does not use the sRGB tone curve but a straight 2.2 gamma (which is wrong). Safari 6 and before did not have this bug and they displayed sRGB images correctly. I illustrate the issue here: http://lagemaat.blogspot.com/2014/09/color-management-in-safari-is-broken-in.html The image should be identical on mouseover in a correctly color managed browser but as you can see it is not. You can also see this on other test pages such as http://www.gballard.net/psd/go_live_page_profile/embeddedJPEGprofiles.html where you'll see the dark tones shifting considerably blocking up shadows in Safari 7.0 and Webkit nightly.
Attachments
Tim Horton
Comment 1 2014-09-19 19:40:26 PDT
I think this is probably related to the fact that imageWithColorspace compares the image space to DeviceRGB, which never happens anymore. Ditto for the one in GraphicsLayerCA. But I thought that was OK, too. We'll see.
Note You need to log in before you can comment on or make changes to this bug.