File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2598,6 +2598,24 @@ Also, procedures that rely on knowing the color
2598
2598
(anti-aliasing, compositing, using the color in a gradient, etc)
2599
2599
can proceed as normal.
2600
2600
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
+
2601
2619
<div class="example">
2602
2620
This example is using offset printing to ISO 12647-2:2004
2603
2621
using the CGATS/SWOP TR005 2007 characterisation data
You can’t perform that action at this time.
0 commit comments