1LINKICC(1) General Commands Manual LINKICC(1)
2
3
4
6 linkicc - little cms device link generator.
7
9 linkicc [options] profiles
10
12 lcms is a standalone CMM engine, which deals with the color management.
13 It implements a fast transformation between ICC profiles. linkicc is a
14 little cms device link generator.
15
16 Links two or more profiles into a single devicelink profile. Col‐
17 orspaces must be paired except Lab/XYZ, that can be interchanged.
18
20 -a NUM Observer adaptation state (abs.col. only), (0..1.0, float value)
21 [defaults to 1.0].
22
23 -b Black point compensation.
24
25 -c precision
26 Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1].
27
28 -d description
29 Description text (quotes can be used).
30
31 -h NUM Show summary of options and examples (0=help, 1=Built-in pro‐
32 files, 2=Examples, 3=Contact information)
33
34 -k inklimit
35 Ink-limiting in % (CMYK only), (0..400.0, float value) [default
36 400.0].
37
38 -l Use linearization curves (may affect accuracy).
39
40 -n gridpoints
41 Alternate way to set precision, number of CLUT points.
42
43 -o profile
44 Output devicelink profile [defaults to 'devicelink.icm'].
45
46 -r profileversion
47 Profile version. (CAUTION: may change the profile implementa‐
48 tion), (2.0..4.3, float value) [defaults to 4.3].
49
50 -t NUM Rendering intent
51 0=Perceptual [default]
52 1=Relative colorimetric
53 2=Saturation
54 3=Absolute colorimetric
55 10=Perceptual preserving black ink
56 11=Relative colorimetric preserving black ink
57 12=Saturation preserving black ink
58 13=Perceptual preserving black plane
59 14=Relative colorimetric preserving black plane
60 15=Saturation preserving black plane
61
62 -v verbosity
63 Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High)
64 [defaults to 0].
65
66 -x Creatively, guess deviceclass of resulting profile.
67
68 -y copyright
69 Copyright notice (quotes can be used) ["No copyright, use
70 freely"].
71
72 -8 Creates 8-bit devicelink.
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 create 'devicelink.icm' from a.icc to b.icc:
87 linkicc a.icc b.icc
88
89 To create 'out.icc' from sRGB to cmyk.icc:
90 linkicc -o out.icc *sRGB cmyk.icc
91
92 To create a sRGB input profile working in Lab:
93 linkicc -x -o sRGBLab.icc *sRGB *Lab
94
95 To create a XYZ -> sRGB output profile:
96 linkicc -x -o sRGBLab.icc *XYZ *sRGB
97
98 To create a abstract profile doing softproof for cmyk.icc:
99 linkicc -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab
100
101 To create a 'grayer' sRGB input profile:
102 linkicc -x -o grayer.icc *sRGB gray.icc gray.icc *Lab
103
104 To embed ink limiting into a cmyk output profile:
105 linkicc -x -o cmyklimited.icc -k 250 cmyk.icc *Lab
106
107
109 For suggestions, comments, bug reports etc. send mail to info@lit‐
110 tlecms.com.
111
113 jpgicc(1), psicc(1), tificc(1), transicc(1)
114
116 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for
117 the Debian project.
118
119
120
121 September 30, 2004 LINKICC(1)