The Color Bridge: Gamut Mapping and the Logic of ICC Profiles
A "Gamut" is the total range of colors a device can produce. A high-end OLED phone has a massive gamut; a standard office printer has a tiny one. Converting an image between these devices requires Gamut Mapping.
The ICC Profile (The Rosetta Stone)
An ICC (International Color Consortium) profile is a set of data that defines the color capabilities of a device. It maps the device's colors to a universal reference space called Lab*.
- Source Profile: e.g., sRGB (the web standard).
- Destination Profile: e.g., GRACoL (commercial printing standard).
Rendering Intents
When a color exists in your image but NOT in the printer's gamut, the engine must decide what to do.
- Perceptual: Shrinks the whole image's colors so they fit proportionately. Preserves visual relationships.
- Relative Colorimetric: Replaces the 'impossible' color with the closest possible match on the edge of the gamut.
- Absolute Colorimetric: Primarily used for "Hard Proofing" to simulate the paper color.
Our converter allows you to "Strip" or "Embed" these profiles, ensuring your visual intent survives the journey from screen to paper.