Color management module Color matching module (also -
method or -
system) is a software algorithm that adjusts the numerical values that get sent to or received from different devices so that the perceived color they produce remains consistent. The key issue here is how to deal with a color that cannot be reproduced on a certain device in order to show it through a different device as if it were visually the same color, just as when the reproducible color range between color transparencies and printed matters are different. There is no common method for this process, and the performance depends on the capability of each color matching method. Some well known CMMs are
ColorSync, Adobe CMM,
Little CMS, and ArgyllCMS.
Operating system level , showing an ICC color profile
Apple Apple's classic Mac OS and
macOS operating systems have provided OS-level color management APIs since 1993, through
ColorSync. macOS has added automatic color management (assuming
sRGB and
DCI-P3 for most things) automatically in the OS, but applications can explicitly target other color spaces if they wish to. System wide color management is used in iOS, iPadOS and watchOS as well.
Windows Since 1997 color management in Windows is available through an ICC color management system: ICM (Image Color Management). Beginning with
Windows Vista,
Microsoft introduced a new color architecture known as WCS (
Windows Color System). WCS supplements the ICM system in
Windows 2000 and
Windows XP, originally written by
Heidelberg. Apps need to be aware of color management and tag the content appropriately to accurately display colors. Otherwise, (unlike macOS) Windows will display the colors to the maximum extent of the display's gamut, resulting in over-saturated colors on wide-gamut displays. To fix this issue, Microsoft includes a new feature called "Auto Color Management" since Windows 11 2022.
Windows Photo Viewer from Windows 7 (also included in later Windows versions) performs proper color management, however, the newer
Windows Photos app in Windows 8, 10, 11 does not perform color management until version v2022.31070.26005.0. Other Windows components, including
Microsoft Paint,
Snipping Tool,
Windows Desktop,
Windows Explorer, do not perform color management. Unfortunately, the vast majority of applications do not use the Windows Color System. For the same reason, virtually no video players on Windows support color management (including the default Movies & TV app and
VLC), with
Media Player Classic Home Cinema being a rare exception.
Windows 10 1607 have supports for
High Dynamic Range (HDR) and
Wide Color Gamut (WCG).
Windows 11 22H2 have supports for Auto Color Management (ACM) which further optimized for
OLED monitors.
Android On Android, system wide color management is introduced in
Android Oreo 8.1.). This oversaturates
sRGB content to the native display gamut, typically
DCI-P3. Users need to manually select the 'natural' color profile to enable color management, enabling accurate display of sRGB and P3 wide color content.
Others Operating systems that use the
X Window System for graphics can use
ICC profiles, and support for
color management on Linux, still less mature than on other platforms, is coordinated through OpenICC at
freedesktop.org and makes use of
LittleCMS.
File level Certain image filetypes (
TIFF and
Photoshop) include the notion of
color channels for specifying the
color mode of the file. The most commonly used channels are
RGB (mainly for display (monitors) but also for some desktop printing) and
CMYK (for commercial printing). An additional
alpha channel may specify a transparency mask value. Some image software (such as
Photoshop) perform automatic
color separation to maintain color information in CMYK mode using a specified
ICC profile such as
US Web Coated (SWOP) v2.
Creative software Adobe software includes its own color management engine - Adobe Color Engine. It is also available as a separate Color Management Module - Adobe CMM for use by non-Adobe applications that supports 3rd-party CMMs.
Web browsers , most
web browsers ignored color profiles. Notable exceptions were
Safari, starting with version 2.0, and
Firefox starting with version 3. Although disabled by default in Firefox 3.0, ICC v2 and ICC v4 color management could be enabled by using an add-on or setting a configuration option. As of July 2019, Safari, Chrome and Firefox fully support color management. Most browsers only do color management for images and CSS elements, but not video. • Firefox: version 3.5 (released in 2011) onwards supports ICC v2 tagged images, and version 8.0 (released in 2011) adds ICC v4 profiles support. Version 89 (released in 2021) and above apply color management to all untagged images and page elements by default. • Internet Explorer: support ICC profiles from version 9 onwards, but only converts non-sRGB images to the sRGB profile, regardless of the actual monitor colorspace. macOS versions of Chrome correctly render video. • Safari: has support starting with version 2.0 (released in 2005). Supports v2 and v4 ICC profiles, and correctly renders video. • Opera: has support since 12.10 (released in 2012) for ICC v4. •
Pale Moon supported ICC v2 from its first release, and v4 since Pale Moon 20.2 (released in 2013). Regarding mobile browsers, Safari 13.1 (on iOS 13.4.1) recognizes the device color profile and can displays images accordingly.
Chrome 83 (on
Android 9) ignores the display profile, simply converting all images to sRGB. The same is valid for their desktop counterparts: Chrome 118, Edge 114, Safari 16.6, Firefox 117 and
Opera 100. ==See also==