Tizen 2.0 Release
[external/lcms.git] / debian / man / transicc.1
1 .\"Shiju P. Nair September 30, 2004
2 .TH TRANSICC 1 "September 30, 2004"
3 .SH NAME
4 transicc - little cms ColorSpace conversion calculator.
5 .SH SYNOPSIS
6 .B transicc
7 .RI [ options ]
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 transicc 
12 is lcms ColorSpace conversion calculator.
13 .SH OPTIONS
14 .TP
15 .B \-%
16 use percent % of ink.
17 .TP
18 .B \-b 
19 Black point compensation.
20 .TP
21 .B \-c <0,1,2,3>
22 Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]
23 .TP
24 .BI \-i\  profile
25 Input profile (defaults to sRGB).
26 .TP
27 .B \-l
28 Transform by device-link profile.
29 .TP
30 .B \-n
31 Terse output, intended for pipe usage.
32 .TP
33 .BI \-o\  profile
34 .TP
35 Output profile (defaults to sRGB).
36 .TP
37 .B \-t <0,1,2,3>
38 Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
39 .TP
40 .B \-v
41 Verbose.
42 .TP
43 .B \-w
44 Use 16 bits.
45 .TP
46 .B \-x
47 Hexadecimal.
48 .TP
49 You can use '*Lab' and '*xyz' as built-in profiles.
50 .SH NOTES
51 For suggestions, comments, bug reports etc. send mail to
52 info@littlecms.com.
53 .SH SEE ALSO
54 .BR jpgicc (1),
55 .BR tificc (1),
56 .BR psicc (1),
57 .BR linkicc (1),
58 .SH AUTHOR
59 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>,
60 for the Debian project.