Skip to content

Commit a3ee6ad

Browse files
committed
[css-color-5] typo, fogra51 not 55
1 parent 8e33f20 commit a3ee6ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-color-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3915,20 +3915,21 @@ Also, procedures that rely on knowing the color
39153915
(anti-aliasing, compositing, using the color in a gradient, etc)
39163916
can proceed as normal.
39173917

3918-
<figure>
3918+
<figure id="fogra51-roundtrip">
3919+
<!-- See file Macbeth.txt in the workings directory for details. -->
39193920
<img src="images/macbeth-roundtrip.svg" width=670 height=450>
39203921
<figcaption>
39213922
<p>A color checker, used for ensuring color fidelity
39223923
in the print and photographic industries.
39233924
Averaged measured Lab values are available for each patch.
39243925
The rectangles show the Lab values, converted to sRGB.
39253926
The circles, which are barely visible, show the Lab values,
3926-
passed through an ICC profile to convert them to CMYK.
3927+
passed through a FOGRA51 ICC profile to convert them to CMYK.
39273928
The CMYK values are then passed through the same ICC profile in reverse,
39283929
to yield new Lab values. These are then converted to sRGB for display.</p>
39293930
<p>The one patch with a more visible circle (third row, first patch)
39303931
is because the color is slightly outside the gamut of the
3931-
FOGRA55 CMYK space used.</p>
3932+
FOGRA51 CMYK space used.</p>
39323933
<p>The table below shows, for each patch, the DeltaE 2000 between the original Lab and the Lab value after round-tripping through CMYK. A DeltaE 2000 of 1 or more is just visible.</p>
39333934
<table class="deltaE">
39343935
<tr>

0 commit comments

Comments
 (0)