summaryrefslogtreecommitdiff
path: root/utils/transicc/transicc.1
blob: eb52ac9dfd6e7d8a9ff06f3b6a259ef2dedb5ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\"Shiju P. Nair September 30, 2004
.TH TRANSICC 1 "MAY 30, 2011"
.SH NAME
icctrans - little cms ColorSpace conversion calculator.
.SH SYNOPSIS
.B icctrans
.RI [ options ]
.SH DESCRIPTION
lcms is a standalone CMM engine, which deals with the color management.
It implements a fast transformation between ICC profiles.
.B icctrans 
is lcms ColorSpace conversion calculator.
.SH OPTIONS
.TP
.B \-%
use percent % of ink.
.TP
.B \-b 
Black point compensation.
.TP
.B \-c <0,1,2,3>
Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]
.TP
.BI \-i\  profile
Input profile (defaults to sRGB).
.TP
.B \-l
Transform by device-link profile.
.TP
.B \-n
Terse output, intended for pipe usage.
.TP
.BI \-o\  profile
.p
Output profile (defaults to sRGB).
.TP
.B \-t <0,1,2,3>
Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
.TP
.B \-v
Verbose.
.TP
.B \-w
Use 16 bits.
.TP
.B \-x
Hexadecimal.
.TP
You can use '*Lab' and '*xyz' as built-in profiles.
.SH NOTES
For suggestions, comments, bug reports etc. send mail to
info@littlecms.com.
.SH SEE ALSO
.BR jpegicc (1),
.BR tifficc (1),
.BR icc2ps (1),
.BR icclink (1),
.BR wtpt (1)
.SH AUTHOR
This manual page was written by Shiju p. Nair <shiju.p@gmail.com>,
for the Debian project.