1TRANSICC(1) General Commands Manual TRANSICC(1)
2
3
4
6 transicc - little cms ColorSpace conversion calculator.
7
9 transicc [options] [CGATSINPUT] [CGATSOUTPUT]
10
12 lcms is a standalone CMM engine, which deals with the color management.
13 It implements a fast transformation between ICC profiles. transicc is
14 a lcms ColorSpace conversion calculator.
15
17 -b Black point compensation.
18
19 -c NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)
20 [defaults to 1].
21
22 -d NUM Observer adaptation state (abs.col. only), (0..1.0, float value)
23 [defaults to 0.0].
24
25 -e Encoded representation of numbers is not float (Option -w=use 16
26 bits, Option -x=hexadecimal).
27
28 -g Marks out-of-gamut colors on softproof.
29
30 -i profile
31 Input profile (defaults to sRGB).
32
33 -l Transform by device-link profile.
34
35 -m NUM SoftProof intent (0,1,2,3) [defaults to 0].
36
37 -n Terse output, intended for pipe usage.
38
39 -o profile
40 Output profile (defaults to sRGB).
41
42 -q Quantize CGATS to 8 bits.
43
44 -s Bounded mode.
45
46 -t NUM Rendering intent
47 0=Perceptual [default]
48 1=Relative colorimetric
49 2=Saturation
50 3=Absolute colorimetric
51 10=Perceptual preserving black ink
52 11=Relative colorimetric preserving black ink
53 12=Saturation preserving black ink
54 13=Perceptual preserving black plane
55 14=Relative colorimetric preserving black plane
56 15=Saturation preserving black plane
57
58 -v verbosity
59 Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High)
60 [defaults to 1].
61
62 -w Use 16 bits.
63
64 -x Hexadecimal.
65
66 You can use '*Lab' and '*xyz' as built-in profiles.
67
69 For suggestions, comments, bug reports etc. send mail to info@lit‐
70 tlecms.com.
71
73 jpgicc(1), linkicc(1), psicc(1), tificc(1)
74
76 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for
77 the Debian project.
78
79
80
81 MAY 30, 2011 TRANSICC(1)