Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/transicc.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 TRANSICC 1 "MAY 30, 2011" | |
4 .SH NAME | |
5 transicc - little cms ColorSpace conversion calculator. | |
6 .SH SYNOPSIS | |
7 .B transicc | |
8 .RI [ options ]\ [ CGATSINPUT ]\ [ CGATSOUTPUT ] | |
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 transicc | |
13 is a lcms ColorSpace conversion calculator. | |
14 .SH OPTIONS | |
15 .TP | |
16 .B \-b | |
17 Black point compensation. | |
18 .TP | |
19 .BI \-c\ NUM | |
20 Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. | |
21 .TP | |
22 .BI \-d\ NUM | |
23 Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. | |
24 .TP | |
25 .B \-e | |
26 Encoded representation of numbers is not float (Option \fB\-w\fR=use 16 bits, Option \fB\-x\fR=hexadecimal). | |
27 .TP | |
28 .B \-g | |
29 Marks out-of-gamut colors on softproof. | |
30 .TP | |
31 .BI \-i\ profile | |
32 Input profile (defaults to sRGB). | |
33 .TP | |
34 .B \-l | |
35 Transform by device-link profile. | |
36 .TP | |
37 .BI \-m\ NUM | |
38 SoftProof intent (0,1,2,3) [defaults to 0]. | |
39 .TP | |
40 .B \-n | |
41 Terse output, intended for pipe usage. | |
42 .TP | |
43 .BI \-o\ profile | |
44 .p | |
45 Output profile (defaults to sRGB). | |
46 .TP | |
47 .B \-q | |
48 Quantize CGATS to 8 bits. | |
49 .TP | |
50 .BI \-s | |
51 Bounded mode. | |
52 .TP | |
53 .BI \-t\ NUM | |
54 Rendering intent | |
55 .nf | |
56 .RS | |
57 0=Perceptual [default] | |
58 1=Relative colorimetric | |
59 2=Saturation | |
60 3=Absolute colorimetric | |
61 10=Perceptual preserving black ink | |
62 11=Relative colorimetric preserving black ink | |
63 12=Saturation preserving black ink | |
64 13=Perceptual preserving black plane | |
65 14=Relative colorimetric preserving black plane | |
66 15=Saturation preserving black plane | |
67 .RE | |
68 .fi | |
69 .TP | |
70 .BI \-v\ verbosity | |
71 Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 1]. | |
72 .TP | |
73 .B \-w | |
74 Use 16 bits. | |
75 .TP | |
76 .B \-x | |
77 Hexadecimal. | |
78 .TP | |
79 You can use '*Lab' and '*xyz' as built-in profiles. | |
80 .SH NOTES | |
81 For suggestions, comments, bug reports etc. send mail to | |
82 info@littlecms.com. | |
83 .SH SEE ALSO | |
84 .BR jpgicc (1), | |
85 .BR linkicc (1), | |
86 .BR psicc (1), | |
87 .BR tificc (1) | |
88 .SH AUTHOR | |
89 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, | |
90 for the Debian project. |