Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/linkicc.1 @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 .\"Shiju P. Nair September 30, 2004 | |
2 .\"Thomas Weber <tweber@debian.org> April 23, 2014 | |
3 .TH LINKICC 1 "September 30, 2004" | |
4 .SH NAME | |
5 linkicc - little cms device link generator. | |
6 .SH SYNOPSIS | |
7 .B linkicc | |
8 .RI [ options ] " profiles" | |
9 .SH DESCRIPTION | |
10 lcms is a standalone CMM engine, which deals with the color management. | |
11 It implements a fast transformation between ICC profiles. | |
12 .B linkicc | |
13 is a little cms device link generator. | |
14 .P | |
15 Links two or more profiles into a single devicelink profile. | |
16 Colorspaces must be paired except Lab/XYZ, that can be interchanged. | |
17 .SH OPTIONS | |
18 .TP | |
19 .BR \-a\ NUM | |
20 Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 1.0]. | |
21 .TP | |
22 .B \-b | |
23 Black point compensation. | |
24 .TP | |
25 .BI \-c\ precision | |
26 Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1]. | |
27 .TP | |
28 .BI \-d\ description | |
29 Description text (quotes can be used). | |
30 .TP | |
31 .BI \-h\ NUM | |
32 Show summary of options and examples (0=help, 1=Built-in profiles, 2=Examples, 3=Contact information) | |
33 .TP | |
34 .BI \-k\ inklimit | |
35 Ink-limiting in % (CMYK only), (0..400.0, float value) [default 400.0]. | |
36 .TP | |
37 .B \-l | |
38 Use linearization curves (may affect accuracy). | |
39 .TP | |
40 .BI \-n\ gridpoints | |
41 Alternate way to set precision, number of CLUT points. | |
42 .TP | |
43 .BI \-o\ profile | |
44 Output devicelink profile [defaults to 'devicelink.icm']. | |
45 .TP | |
46 .BI \-r\ profileversion | |
47 Profile version. (CAUTION: may change the profile implementation), (2.0..4.3, float value) [defaults to 4.3]. | |
48 .TP | |
49 .BI \-t\ NUM | |
50 Rendering intent | |
51 .nf | |
52 .RS | |
53 0=Perceptual [default] | |
54 1=Relative colorimetric | |
55 2=Saturation | |
56 3=Absolute colorimetric | |
57 10=Perceptual preserving black ink | |
58 11=Relative colorimetric preserving black ink | |
59 12=Saturation preserving black ink | |
60 13=Perceptual preserving black plane | |
61 14=Relative colorimetric preserving black plane | |
62 15=Saturation preserving black plane | |
63 .RE | |
64 .fi | |
65 .TP | |
66 .BI \-v\ verbosity | |
67 Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 0]. | |
68 .TP | |
69 .B \-x | |
70 Creatively, guess deviceclass of resulting profile. | |
71 .TP | |
72 .BI \-y\ copyright | |
73 Copyright notice (quotes can be used) ["No copyright, use freely"]. | |
74 .TP | |
75 .B \-8 | |
76 Creates 8-bit devicelink. | |
77 .SH BUILT-IN PROFILES | |
78 .nf | |
79 *Lab2 -- D50-based v2 CIEL*a*b | |
80 *Lab4 -- D50-based v4 CIEL*a*b | |
81 *Lab -- D50-based v4 CIEL*a*b | |
82 *XYZ -- CIE XYZ (PCS) | |
83 *sRGB -- sRGB color space | |
84 *Gray22 - Monochrome of Gamma 2.2 | |
85 *Gray30 - Monochrome of Gamma 3.0 | |
86 *null - Monochrome black for all input | |
87 *Lin2222- CMYK linearization of gamma 2.2 on each channel | |
88 .fi | |
89 .SH EXAMPLES | |
90 .nf | |
91 To create 'devicelink.icm' from a.icc to b.icc: | |
92 linkicc a.icc b.icc | |
93 | |
94 To create 'out.icc' from sRGB to cmyk.icc: | |
95 linkicc -o out.icc *sRGB cmyk.icc | |
96 | |
97 To create a sRGB input profile working in Lab: | |
98 linkicc -x -o sRGBLab.icc *sRGB *Lab | |
99 | |
100 To create a XYZ -> sRGB output profile: | |
101 linkicc -x -o sRGBLab.icc *XYZ *sRGB | |
102 | |
103 To create a abstract profile doing softproof for cmyk.icc: | |
104 linkicc -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab | |
105 | |
106 To create a 'grayer' sRGB input profile: | |
107 linkicc -x -o grayer.icc *sRGB gray.icc gray.icc *Lab | |
108 | |
109 To embed ink limiting into a cmyk output profile: | |
110 linkicc -x -o cmyklimited.icc -k 250 cmyk.icc *Lab | |
111 | |
112 .fi | |
113 .SH NOTES | |
114 For suggestions, comments, bug reports etc. send mail to | |
115 info@littlecms.com. | |
116 .SH SEE ALSO | |
117 .BR jpgicc (1), | |
118 .BR psicc (1), | |
119 .BR tificc (1), | |
120 .BR transicc (1) | |
121 .SH AUTHOR | |
122 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, | |
123 for the Debian project. |