1 .\"Shiju P. Nair September 30, 2004
2 .TH TIFFICC 1 "October 23, 2004"
4 tifficc - little cms ICC profile applier for TIFF.
7 .RI [ options ] " input.tif output.tif"
9 lcms is a standalone CMM engine, which deals with the color management.
10 It implements a fast transformation between ICC profiles.
12 is little cms ICC profile applier for TIFF.
16 Handle channels > 4 as alpha.
19 Black point compensation.
22 Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]
25 Embed destination profile.
28 Marks out-of-gamut colors on softproof.
31 Show summary of options and examples.
34 Input profile (defaults to sRGB).
37 Ink-limiting in % (CMYK only).
40 Transform by device-link profile.
46 Ignore embedded profile on input.
53 Output profile (defaults to sRGB).
56 Save embedded profile as <new profile>
59 Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
65 Wide output (generates 16 bps tiff).
67 You can also use following builtins
68 *Lab - CIE Lab D50 based
70 *adobe1998RBB - AdobeRGB
71 *colormatchrgb - ColorMatch RGB
75 To color correct from scanner to sRGB:
76 tifficc -iscanner.icm in.tif out.tif
78 To convert from monitor1 to monitor2:
79 tifficc -imon1.icm -omon2.icm in.tif out.tif
81 To make a CMYK separation:
82 tifficc -oprinter.icm inrgb.tif outcmyk.tif
84 To recover sRGB from a CMYK separation:
85 tifficc -iprinter.icm incmyk.tif outrgb.tif
87 To convert from CIELab TIFF to sRGB
88 tifficc -iTiffLab8Spac.icm in.tif out.tif
91 For suggestions, comments, bug reports etc. send mail to info@littlecms.com.
99 This manual page was originally written by Shiju p. Nair <shiju.p@gmail.com>,
100 for the Debian project. Modified by Marti Maria to reflect further changes.