From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- doc/colverify.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 3 deletions(-) mode change 100644 => 100755 doc/colverify.html (limited to 'doc/colverify.html') diff --git a/doc/colverify.html b/doc/colverify.html old mode 100644 new mode 100755 index daebbdd..da37339 --- a/doc/colverify.html +++ b/doc/colverify.html @@ -20,6 +20,10 @@  -v [n]           Verbose mode, n >= 2 print each value
+  -l               + + + Match patches by sample location rather than id
 -n               Normalise @@ -27,6 +31,9 @@ Normalise + + + each files reading to white Y
 -N               Normalise @@ -35,10 +42,19 @@ Normalise + + + each files reading to white XYZ
 -m               + + + Normalise each files reading to its white X+Y+Z
 -M               + + + Normalise both files reading to mean white XYZ
 -D               Use @@ -47,6 +63,9 @@ Use + + + D50 100.0 as L*a*b* white reference
 -c             @@ -55,12 +74,18 @@ Use + + +   Show CIE94 delta E values
 -k               Show CIEDE2000 delta E values
 -h               + + + Plot a histogram of delta E's
 -s               Sort patch value by error
@@ -71,6 +96,9 @@ Use + + +   create X3DOM vector visualisation (measured.x3d.html)
 -W             @@ -83,6 +111,9 @@ Use + + +   Use X3DOM axes
 
-f [illum]       Use Fluorescent @@ -93,6 +124,9 @@ Use + + + M0, M1, M2, A, C, D50 (def.), D50M2, D65, F5, F8, F10 or file.sp]
 -i illum         @@ -104,6 +138,9 @@ Use + + + A, C, D50 (def.), D50M2, D65, F5, F8, F10 or file.sp
 -o observ        Choose CIE Observer for spectral data:
@@ -113,9 +150,14 @@ Use - 1931_2
(def.), 1964_10, S&B - 1955_2, shaw, J&V 1978_2
-  -L profile.icm   Skip any first file out of + + + + 1931_2
(def.), 1964_10,
2012_2, + + 2012_10, S&B 1955_2, shaw, J&V + 1978_2 or file.cmf
+  -L profile.icm   Skip any first file, out of profile gamut patches
 -X file.ccmx     Apply Colorimeter Correction Matrix to second file
@@ -130,6 +172,9 @@ Use The -v flag prints out extra information during the checking, and prints each patch value, rather than just a summary.

+ The -l flag makes colverify look for the SAMPLE_LOC fields + to match patches by, rather than the default SAMPLE_ID field.
+
The -n flag causes the two sets of values to be normalized to the Y value of white for each set before comparison. White is assumed to be the patch with the largest Y value.
@@ -216,12 +261,18 @@ Use observer. The default.
  1964_10 selects the standard CIE 1964 10 degree observer.
+   2012_2 selects the proposed CIE 2012 2 degree + observer.
+   2012_10 selects the proposed CIE 2012 10 degree + observer.
  1955_2 selects the Stiles and Birch 1955 2 degree observer
  1978_2 selects the Judd and Voss 1978 2 degree observer
  shaw selects the Shaw and Fairchild 1997 2 degree observer
+   file.cmf selects an observer specified by the + given .cmf file.

The same parameter value should be used as was used during the creation of the profile.
-- cgit v1.2.3