Friday, August 01, 2008

Is your system ICC Version 4 ready?

99% of the people don't use color management.

And why you should?

The reason is simple: to see the most exact color.
One way to find out is to view or print this page using your system.
The test image uses a mix of unusual ICC version 4 and version 2 profiles, one for each quadrant of the image.

http://www.color.org/version4html.xalter



By default firefox have color management disable.
Install your monitor drivers and turn on color management in firefox.

As usual insert:

about:config
in address bar, them:
gfx.color_management.enabled -> true

by the way, text smoothing:

gfx.use_text_smoothing_setting -> true
gfx.color_management.enablev4 -> true

restart firefox and test again the link in the beginning.
All should appear as one continuous color image.

For calibrate your monitor, brightness and contrast try this page:
http://www.photofriday.com/calibrate.php
You should see all the blacks tone and white tone distinctly.
Hope this information is helpfull

No comments:

Post a Comment

Git get all remote branches

git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...