Gfx.color management.mode: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Related bugs: added bug 500079 per site feedback - see http://forums.mozillazine.org/viewtopic.php?p=6890135#p6890135)
m (→‎External links: linky revived)
 
Line 41: Line 41:
* [http://en.wikipedia.org/wiki/Color_management Color management (Wikipedia)]
* [http://en.wikipedia.org/wiki/Color_management Color management (Wikipedia)]
* [http://www.littlecms.com/ LittleCms]
* [http://www.littlecms.com/ LittleCms]
* [http://www.beltzner.ca/mike/archives/2007/08/04/do_you_like_the_pretty.html Do you like the pretty? (Mike Beltzner’s blog)]
* [http://beltzner.ca/mike/2007/08/04/do-you-like-the-pretty/ Do you like the pretty? (Mike Beltzner’s blog)]
* [http://www.dria.org/wordpress/archives/2008/04/29/633/ Firefox 3: Color profile support (oh the pretty, pretty colors) (Deb Richardson’s blog)]
* [http://www.dria.org/wordpress/archives/2008/04/29/633/ Firefox 3: Color profile support (oh the pretty, pretty colors) (Deb Richardson’s blog)]
* [https://addons.mozilla.org/en-US/firefox/addon/6891 Color Management (Firefox Add-ons)]
* [https://addons.mozilla.org/en-US/firefox/addon/6891 Color Management (Firefox Add-ons)]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 18:09, 25 January 2010

Background

Color management allows images and colors to be displayed consistently across a variety of devices. Mozilla recognizes embedded ICC profiles in image files and uses a local color profile to perform the color adjustments. This preference determines if Mozilla should make these adjustments.

The extension Color Management sets this preference through a GUI.

Possible values and their effects

0

Disable color management.

1

Enable color management for rendered graphics.

2

Enable color management for tagged graphics only. (Default)


Note: These values apply to Firefox 3.5 and SeaMonkey 2. In previous versions, color management was disabled by default via the boolean preference gfx.color_management.enabled set to "false".

Caveats

  • Without a properly calibrated monitor and a correct color profile, color management may actually make colors look worse.

First checked in

2007-07-23 by Stuart Parmenter (patch by T. Rowley) Changed to 0/1/2 values from a Boolean pref by bug 449681 (landed 2008-08-25)

Has an effect in

  • Mozilla Firefox (trunk builds after 2007-07-23)
  • SeaMonkey (trunk builds after 2007-07-23)

Related bugs

Related preferences

External links