1TIFFICC(1) General Commands Manual TIFFICC(1)
2
3
4
6 tifficc - little cms ICC profile applier for TIFF.
7
9 tifficc [options] input.tif output.tif
10
12 lcms is a standalone CMM engine, which deals with the color management.
13 It implements a fast transformation between ICC profiles. tifficc is
14 little cms ICC profile applier for TIFF.
15
17 -a Handle channels > 4 as alpha.
18
19 -b Black point compensation.
20
21 -c <0,1,2,3>
22 Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)
23 [defaults to 1]
24
25 -e Embed destination profile.
26
27 -g Marks out-of-gamut colors on softproof.
28
29 -h <0,1,2>
30 Show summary of options and examples.
31
32 -i profile
33 Input profile (defaults to sRGB).
34
35 -k <0..400>
36 Ink-limiting in % (CMYK only).
37
38 -l profile
39 Transform by device-link profile.
40
41 -m <0,1,2,3>
42 SoftProof intent.
43
44 -n Ignore embedded profile on input.
45
46 -p profile
47 Soft proof profile.
48
49 -o profile
50 Output profile (defaults to sRGB).
51
52 -s profile
53 Save embedded profile as <new profile>
54
55 -t <0,1,2,3>
56 Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
57
58 -v Verbose.
59
60 -w Wide output (generates 16 bps tiff).
61
62 You can also use following builtins
63 *Lab - CIE Lab D50 based *XYZ - XYZ *adobe1998RBB - AdobeRGB
64 *colormatchrgb - ColorMatch RGB *applergb - Apple RGB
65
67 To color correct from scanner to sRGB:
68 tifficc -iscanner.icm in.tif out.tif
69
70 To convert from monitor1 to monitor2:
71 tifficc -imon1.icm -omon2.icm in.tif out.tif
72
73 To make a CMYK separation:
74 tifficc -oprinter.icm inrgb.tif outcmyk.tif
75
76 To recover sRGB from a CMYK separation:
77 tifficc -iprinter.icm incmyk.tif outrgb.tif
78
79 To convert from CIELab TIFF to sRGB
80 tifficc -iTiffLab8Spac.icm in.tif out.tif
81
83 For suggestions, comments, bug reports etc. send mail to info@lit‐
84 tlecms.com.
85
87 jpegicc(1), icc2ps(1), icclink(1), icctrans(1), wtpt(1)
88
90 This manual page was originally written by Shiju p. Nair
91 <shiju.p@gmail.com>, for the Debian project. Modified by Marti Maria to
92 reflect further changes.
93
94
95
96 October 23, 2004 TIFFICC(1)