Skip to content

Commit 3af24d1

Browse files
committed
[css-color-4] add cmyk round-trip figure
1 parent bb87415 commit 3af24d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

css-color-4/Overview.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,6 +2598,24 @@ Also, procedures that rely on knowing the color
25982598
(anti-aliasing, compositing, using the color in a gradient, etc)
25992599
can proceed as normal.
26002600

2601+
<figure>
2602+
<img src="images/macbeth-roundtrip.svg" style="width: 60vmin">
2603+
<figcaption>
2604+
A color checker, used for ensuring color fidelity
2605+
in the print and photographic inductries.
2606+
Averaged measured Lab values are available for each patch.
2607+
The rectangles show the Lab values, converted to sRGB.
2608+
The circles, which are barely visible, show the Lab values,
2609+
passed through an ICC profile to convert them to CMYK.
2610+
The CMYK values are then passed through the same ICC profile in reverse,
2611+
to yield new Lab values. These are then converted to sRGB for display.
2612+
The one patch with a more visible circle (third row, first patch)
2613+
is because the color is slightly outside the gamut of the
2614+
FOGRA55 CMYK space used.
2615+
</figcaption>
2616+
</figure>
2617+
2618+
26012619
<div class="example">
26022620
This example is using offset printing to ISO 12647-2:2004
26032621
using the CGATS/SWOP TR005 2007 characterisation data

0 commit comments

Comments
 (0)