Main Page | See live article | Alphabetical index

Color management

Color management is a technology to calibrate the color of input devices (e.g., scanners or digital cameras), display devices and output devices (e.g., printers or offset presses). Parts of this technology are implemented in the operating system (OS), the API or directly in the application.

A major concept in color management is the working space. This describes a color space, which is not connected to a special device. The most commonly used working space is sRGB. The concept for color management in Microsoft Windows and Microsoft Office products is that every driver for an input device makes a color transformation from the color space of the device to sRGB. For the output device or the monitor, the driver has to make a color transformation from sRGB to the color space of the output device. This kind of implementation of color management is very user-friendly, because there is no need for any configuration. But the quality of the results depends entirely on the quality of the color transformations, which are part of the drivers. A more open concept of color management is the use of an ICC-compatible color management system. The International Color Consortium (ICC) is an industry consortium, which has defined an open standard for a CMM (Color Matching Module) at OS level, and color profiles (ICC profiles) for the devices and the working space. Another concept of the ICC is to make color profiles a part of file formats like TIFF, JPEG, EPS, PDF, and SVG.

A clear implemantation of color management in the user interface of the OS would be the configuration of the monitor profile and the profile for the working space in the system-configuration and the configuration of the device profiles in the scanner or printer driver. Analyzing the actual implementation of color management at the level of the OS, the drivers and the applications, shows that there is a big confusion about color management at the side of the software architects for operating systems and the software developers of drivers and applications. Actual problems are:

External links

More information about color management for software developers can be found here: