@french fellow MODxers : I have written a much more detailed post on my blog (in french), if you’re interrested.
I’d like to share the past 2 days experience I had with color spaces and ICC profiles. I have spent quite a few hours documenting on this. I am quite curious to know which best practices you follow in your workflow, especially since the several french forums I have asked have given me 0 answers on this issue (and googling it didn’t return much valuable info on english forums either). It would seem that today’s web designers are not so much aware of new issues with color management (at least, french designers).
Sure we all know about the
web safe palette, and its use might explain why we never really dug as far as people from print, or photographers, or astronomers dug into color spaces (which they master way better than we do). Now that we’re not really bound by the web safe palette (Read
Is the Web Safe Palette
really dead? on wpdfd.com), we tend to use more and more subtle sets of colors and that raises the question of consistency :
how do I make sure the web site I create look consistent whatever OS, browser, screen a given person uses ?
If you work alone, and on a PC chances are you did not really come accross any issue and you might wonder what I am talking about here. If, on the other hand you are working collaboratively with people using different platforms, different softwares you might have run into issues as I recently did.
Here is my "story". So far, I have always worked alone from graphics to XHTML/CSS integration to build websites. I use MacroMedia Fireworks, thus I never really had to worry about color spaces since FireWorks default to sRGB which is the appropriate color space for the web. PhotoShop is another story, since it’s not limited to web : it needs advanced color space management for photographer, publishing...etc.
My last project was a new story : I am not building the graphics, but "just" taking care of MODx and XHTML/CSS integration. The guy I work with is using PhotoShop CS 2 for Windows. I am running Mac OS X on a MacBookPro 17", with CS 2 also. He gave me the PSD mockups with an embedded sRGB IEC61966-2.1 profile. So far, so good... I took care to open the files using the embedded ICC profile : no inconsistencies.
I then proceeded to slice and export/optimize the masters for the web : not good,
washed out colors. I re-did it embedding the ICC profile into the exported JPEGs (apparently PNGs do not offer this kind of feature). This time JPEG opened fine in PhotoShop and Safari but in FireWorks or FireFox, bad bad washed out colors as before.
I googled, and found Garry Ballard’s website, several interresting pages :
http://www.gballard.net/psd/saveforwebshift.html
http://www.gballard.net/psd/go_live_page_profile/embeddedJPEGprofiles.html (nice test page)
and last but not least
http://www.gballard.net/psd/srgbforwww.html
I admit I was not aware that most browser did not understand embedded ICCs, that sRGB with gamma 2.2 was the way to go for web design (as a recent Mac switcher, I did not realize that Macs were set to 1.8 gamma as default). I have re-calibrated my screen with a 2.2 gamma and define a sRGB color space as default.
I have managed to solve my problem by following Garry Ballard’s advice, "Convert To Profile: sRGB IEC61966-2.1 BEFORE Saving for the Web, or going to ImageReady, or posting on the web".
Did you run accross similar problems and were you aware of this (I guess Scotty and Zi were !) ?