Community Page
- www.dria.org/wordpress Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Why are sign-ups a pain ? It takes 1 minute to register, and If you check the " remember me " box, then you wont need to login again for a long time . Its actually quite easyer I love...
- Great article there . Still loving your blog xD Cheers
- <a href="http://www.Cosmos-yachting.com/ ">Yacht Charter Greece </a> That's great, I never thought about Travel Day like that before.
- <a href="http://www.pinkuin.com ">YachtCharter Griechenland</a> Wow, I never knew that Travel Day. That's pretty interesting...
- Wow, I never knew that Travel Day. That's pretty interesting...
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
With color profile on, go to a picture-heavy page, then bring a few other pages to the foreground and let things linger for a bit. I think you need to wait 'til some imagelib cache times out. Go back to the page, and you'll see a noticeable lag in displaying the window. Without color profiling, this doesn't happen.
Seen on Windows XP, current nightly.
1 年 ago
1 年 ago
1 年 ago
1 年 ago
Color management is an issue in Safari when you use PNG (open format, supported by the W3C, only way of displaying RVBA images on a web page…). If your PNG file has some color profile information, Safari will apply that color profile to the image, and probably a default Mac color profile to everything else. So theoretically identical colors (say, #442200 and… #442200) won't match. Solution: strip any color profile information from the image (using PNGcrush for instance), and Safari will apply the same default color profile for both the CSS or JPEG colors and the PNG colors.
Of course if the image's color profile is the same as the system default, everything will look ok. But this means that an image authored in Windows or Linux will only match CSS colors in Windows or Linux, and an image authored in Mac OS X will only match CSS colors in OS X. Ouch.
For color profile management to work for webdesign (and thus for websites…), you need:
- browsers that support color profile management;
- browsers that apply a default system color profile when the image bears no color profile information (and of course they need to apply the same profile to CSS colors);
- plugins that manage color profile in the same way browsers do;
- image authoring tools that write NO color profile information for images saved for the Web.
I haven't done a survey of authoring tools yet, but it seems that most just write the system's default color profile as color profile information (if the image format supports some kind of color profile information).
So for the time being I think not enabling color profile management is the right thing to do.
1 年 ago
CSS and HTML colours are defined in the sRGB colour space (and gamma), so the browser needs to draw them in that colour space (Firefox does, apart from gamma I think), Safari doesn't draw them corrected (but does correct images since it's actually using system image decoders, which do correct them)
Images are also treated in the sRGB range if they have no profile, if they have a profile they should be corrected, so it should go like this
Colours (sRGB) > Monitor (or output device) Profile
Images (sRGB or embedded) > Monitor profile
In practice it ends up more like this.
Colours (Monitor profile) > Monitor Profile
Images (Monitor, sRGB or embedded) > Monitor Profile
So we either do it fully or don't do it at all, only doing half of it (only correcting some colours/images and not others) leads to problems (Like images authored on a Mac showing up in a different shade than the background colour on a PC)
1 年 ago
1 年 ago
There is just the contextual menus which are still like before (with the normal color).
1 年 ago
Windows XP SP3,
I have 2 monitor profiles , the sRGB IEC61966-2.1 and one for my Viewsonic monitor?
The control panel color applet lets me associate these monitor profiles with printing and scanning devices. In 25 words or less, what happens when you do this?
If I want to print from Firefox, what happens, when FF is set up for one profile, my printers default is setup with another. Which profile is used?
What happens if I select printer properties and change it to use a different color profile than either the default set with the XP color applet or the one set in FF?
1 年 ago
1 年 ago
1 年 ago
1 年 ago
1 年 ago
http://bradcarlile.com/blog/misc/firefox-3-to-b...
1 年 ago
1 年 ago
But, instead of all on, or all off (default), a 3rd option should have been explored and that is to perform color management on images that have ICC profiles embedded in them. There aren't many such images on the internet, but those people who have embedded profiles have usually done so for a reason and this metadata should be honored. This is how Safari works. PNG and JPEG support ICC profiles, GIF does not. TIFF does as well but rarely used on the internet.
Case in point, I find it unfortunate that FF3 which has this capability built into it now, completely disregards embedded ICC profiles in images, so they actually display incorrectly. Example: http://www.color.org/version4html.xalter
The issue of color management on all platforms is an increasing problem. In the past, we could assume average displays had nearly sRGB like behavior, and target images and web content to that color space. Of course this is a slight problem on the Macintosh were its tone reproduction curve is defined by gamma 1.8 instead of gamma 2.2 like on other systems. But a much bigger problem than this, an one that affects all platforms, is that display technologies are diverging from sRGB rather than converging on it. We already have affordable wide-gamut displays, that once were in the $10000 range now in the $1400 range, and this will get even lower.
So it's good this functionality is in FF3. Really the primary hold out is Flash. Once that's color managed, then everything can be, without surprises.
1 年 ago
Like your Flickr set!
1 年 ago
1 年 ago
The solution, for now, is to convert your images to sRGB before uploading to flickr. It is a smaller gamut than AdobeRGB or whatever you happen to use in Photoshop, but that should never be noticeable (at least without a wide-gamut display as someone discussed above.)
This way, your photos should look identical on flickr and in photoshop, and more importantly, that's what absolutely everyone else will see as well (besides the fact that most won't have their monitors calibrated equally.)
If you're using Lightroom, the Export dialog will convert to sRGB for you without touching your original. It's a little more annoying in Photoshop (though there could be a better way) but is only a couple of extra clicks.
Of course, because not everyone does this, it could still be worth using the FF3 color profile option to ensure that you see other photos on flickr they way the photographer sees them.
1 年 ago
1 年 ago
To my uneducated mind, it looks like FF is applying the screen profile to colours that don't have their own profile (CSS and GIF) and the windows display driver is doing it again. Setting the display_profile to sRGB stops it doing that.
1 年 ago
The fact that FF3 with CM enabled reads and uses your monitor's profile is huge. Until this, FF (like IE etc) would just ignore the monitor profile. Now it renders colours the way their creators intended them to be seen. Forget embedded profiles, enjoy accurate managed colour in Windows.
I hesitate to mention it, but in Windows Vista at least, Safari does not deliver Colour Managed output - it does take note of embedded profiles, but it does not use the monitor's profile at all. That was such a shame but there it is.
10 ヶ月 ago
10 ヶ月 ago
9 ヶ月 ago
9 ヶ月 ago
9 ヶ月 ago