1TIFICC(1) General Commands Manual TIFICC(1)
2
3
4
6 tificc - little cms ICC profile applier for TIFF.
7
9 tificc [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. tificc is a
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 NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)
22 [defaults to 1].
23
24 -d NUM Observer adaptation state (abs.col. only), (0..1.0, float value)
25 [defaults to 0.0].
26
27 -e Embed destination profile.
28
29 -g Marks out-of-gamut colors on softproof.
30
31 -h NUM Show summary of options and examples (0=help, 1=Examples,
32 2=Built-in profiles, 3=Contact information)
33
34 -i profile
35 Input profile (defaults to sRGB).
36
37 -k inklimit
38 Ink-limiting in % (CMYK only), (0..400.0, float value) [default
39 400.0].
40
41 -l profile
42 Transform by device-link profile.
43
44 -m TODO: check if values outside 0..3 are possible
45 SoftProof intent [defaults to 0].
46
47 -n Ignore embedded profile on input.
48
49 -o profile
50 Output profile (defaults to sRGB).
51
52 -p profile
53 Soft proof profile.
54
55 -s newprofile
56 Save embedded profile as newprofile.
57
58 -t NUM Rendering intent
59 0=Perceptual [default]
60 1=Relative colorimetric
61 2=Saturation
62 3=Absolute colorimetric
63 10=Perceptual preserving black ink
64 11=Relative colorimetric preserving black ink
65 12=Saturation preserving black ink
66 13=Perceptual preserving black plane
67 14=Relative colorimetric preserving black plane
68 15=Saturation preserving black plane
69
70 -v Verbose.
71
72 -w NUM Output depth (8, 16 or 32). Use 32 for floating-point.
73
75 *Lab2 -- D50-based v2 CIEL*a*b
76 *Lab4 -- D50-based v4 CIEL*a*b
77 *Lab -- D50-based v4 CIEL*a*b
78 *XYZ -- CIE XYZ (PCS)
79 *sRGB -- sRGB color space
80 *Gray22 - Monochrome of Gamma 2.2
81 *Gray30 - Monochrome of Gamma 3.0
82 *null - Monochrome black for all input
83 *Lin2222- CMYK linearization of gamma 2.2 on each channel
84
86 To color correct from scanner to sRGB:
87 tificc -iscanner.icm in.tif out.tif
88 To convert from monitor1 to monitor2:
89 tificc -imon1.icm -omon2.icm in.tif out.tif
90 To make a CMYK separation:
91 tificc -oprinter.icm inrgb.tif outcmyk.tif
92 To recover sRGB from a CMYK separation:
93 tificc -iprinter.icm incmyk.tif outrgb.tif
94 To convert from CIELab TIFF to sRGB
95 tificc -i*Lab in.tif out.tif
96
98 For suggestions, comments, bug reports etc. send mail to info@lit‐
99 tlecms.com.
100
102 jpgicc(1), linkicc(1), psicc(1), transicc(1)
103
105 This manual page was originally written by Shiju p. Nair
106 <shiju.p@gmail.com>, for the Debian project. Modified by Marti Maria to
107 reflect further changes.
108
109
110
111 October 23, 2004 TIFICC(1)