Tizen 2.0 Release
[external/lcms.git] / utils / linkicc / linkicc.1
1 .\"Shiju P. Nair September 30, 2004
2 .TH ICCLINK 1 "September 30, 2004"
3 .SH NAME
4 icclink - little cms device link generator.
5 .SH SYNOPSIS
6 .B icclink
7 .RI [ options ] " <profiles>"
8 .SH DESCRIPTION
9 lcms is a standalone CMM engine, which deals with the color management.
10 It implements a fast transformation between ICC profiles.
11 .B icclink 
12 is little cms device link generator.
13 .P
14 Links two or more profiles into a single devicelink profile.
15 Colorspaces must be paired except Lab/XYZ, that can be interchanged.
16 .SH OPTIONS
17 .TP
18 .B \-8
19 Creates 8-bit devicelink.
20 .TP
21 .B \-b 
22 Black point compensation.
23 .TP
24 .B \-c <0,1,2,3>
25 Precision (0=LowRes, 1=Normal, 2=Hi-res). [defaults to 1]
26 .TP
27 .BI \-d\  description
28 Description text (quotes can be used).
29 .TP
30 .B \-h <0,1,2,3>
31 Show summary of options and examples.
32 .TP
33 .BI \-i\  profile
34 Input profile (defaults to sRGB).
35 .TP
36 .B -k <0..400> 
37 Ink-limiting in % (CMYK only)
38 .TP
39 .BI \-o\  profile
40 Output devicelink profile. [defaults to 'devicelink.icm']
41 .TP
42 .B \-t <0,1,2,3>
43 Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
44 .TP
45 .B \-x 
46 Creatively, guess deviceclass of resulting profile.
47 .TP
48 .nf
49 Built-in profiles:
50         *Lab  -- D50-based CIEL*a*b (PCS)
51         *XYZ  -- CIE XYZ (PCS)
52         *sRGB -- sRGB color space
53         *Gray22- Monochrome of Gamma 2.2
54         *Lin2222- CMYK linearization of gamma 2.2 on each channel
55 .fi                                     
56 .SH EXAMPLES
57 .nf
58 To create 'devicelink.icm' from a.icc to b.icc:
59         icclink a.icc b.icc
60
61 To create 'out.icc' from sRGB to cmyk.icc:
62         icclink -o out.icc *sRGB cmyk.icc
63
64 To create a sRGB input profile working in Lab:
65         icclink -x -o sRGBLab.icc *sRGB *Lab
66
67 To create a XYZ -> sRGB output profile:
68         icclink -x -o sRGBLab.icc *XYZ *sRGB
69
70 To create a abstract profile doing softproof for cmyk.icc:
71         icclink -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab
72
73 To create a 'grayer' sRGB input profile:
74         icclink -x -o grayer.icc *sRGB gray.icc gray.icc *Lab
75
76 To embed ink limiting into a cmyk output profile:
77         icclink -x -o cmyklimited.icc -k 250 cmyk.icc *Lab
78 .fi
79 .SH NOTES
80 For suggestions, comments, bug reports etc. send mail to
81 info@littlecms.com.
82 .SH SEE ALSO
83 .BR jpegicc (1),
84 .BR tifficc (1),
85 .BR icc2ps (1),
86 .BR icctrans (1),
87 .BR wtpt (1)
88 .SH AUTHOR
89 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>,
90 for the Debian project.