From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- doc/greytiff.html | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 doc/greytiff.html (limited to 'doc/greytiff.html') diff --git a/doc/greytiff.html b/doc/greytiff.html new file mode 100644 index 0000000..caccece --- /dev/null +++ b/doc/greytiff.html @@ -0,0 +1,96 @@ + + + + greytiff + + + + +

imdi/greytiff

+

Summary

+Convert a TIFF file to monochrome colorimetrically, using an ICC device +profile.
+

Usage
+

+greytiff [-options] profile.icm infile.tif +outfile.tif
+ -v            +       Verbose
+ -p            +       Use slow +precise floating point conversion, rather than fast integer routines.
+
 -j +           +       Use CIECAM02 space for removing color, +rather than default L*a*b* space.
+  profile.icm         Profile +to define the colorspace of the
TIFF +Raster file.
+  infile.tif          +A TIFF +Raster file that will be the input raster to be transformed.
+  outfile.tif     +    A TIFF +Raster file created from the input raster, that will have had the color +removed.

+
+Examples

+
+greytiff sRGB.icm infile.tif outfile.tif
+

Comments
+

+ The -v flag reports extra information about the ICC +profile.
+ The -p +option is intended to aid debugging.
+ The -j +option uses CIECAM02 colorspace to remove the color in. This may +produce better subjective results for images with highly chromatic +colors.
+The second last argument should be the name of the +TIFF file that is to be processed.
+The last argument should be the name of the TIFF file +to hold the results.
+
+
+
+
+
+
+ + -- cgit v1.2.3