Tizen 2.0 Release
[external/lcms.git] / utils / tificc / tificc.1
1 .\"Shiju P. Nair September 30, 2004
2 .TH TIFFICC 1 "October 23, 2004"
3 .SH NAME 
4 tifficc - little cms ICC profile applier for TIFF.
5 .SH SYNOPSIS
6 .B tifficc
7 .RI [ options ] " input.tif output.tif"
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 tifficc 
12 is little cms ICC profile applier for TIFF.
13 .SH OPTIONS
14 .TP
15 .B \-a
16 Handle channels > 4 as alpha.
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 .B \-e
25 Embed destination profile.
26 .TP
27 .B \-g
28 Marks out-of-gamut colors on softproof.
29 .TP
30 .B \-h <0,1,2>
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 \-l\ profile
40 Transform by device-link profile.
41 .TP
42 .B \-m <0,1,2,3>
43 SoftProof intent.
44 .TP
45 .B \-n
46 Ignore embedded profile on input.
47 .TP
48 .BI \-p\  profile
49 Soft proof profile.
50 .TP
51 .BI \-o\  profile
52 .p
53 Output profile (defaults to sRGB).
54 .TP
55 .BI \-s\  profile
56 Save embedded profile as <new profile>
57 .TP
58 .B \-t <0,1,2,3>
59 Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
60 .TP
61 .B \-v
62 Verbose.
63 .TP
64 .B \-w
65 Wide output (generates 16 bps tiff).
66 .TP
67 You can also use following builtins 
68 *Lab - CIE Lab D50 based 
69 *XYZ - XYZ 
70 *adobe1998RBB - AdobeRGB
71 *colormatchrgb - ColorMatch RGB
72 *applergb - Apple RGB
73 .SH EXAMPLES
74 .nf
75 To color correct from scanner to sRGB:
76         tifficc -iscanner.icm in.tif out.tif
77
78 To convert from monitor1 to monitor2:
79         tifficc -imon1.icm -omon2.icm in.tif out.tif
80         
81 To make a CMYK separation:
82         tifficc -oprinter.icm inrgb.tif outcmyk.tif
83         
84 To recover sRGB from a CMYK separation:
85         tifficc -iprinter.icm incmyk.tif outrgb.tif
86
87 To convert from CIELab TIFF to sRGB
88         tifficc -iTiffLab8Spac.icm in.tif out.tif
89 .fi                             
90 .SH NOTES
91 For suggestions, comments, bug reports etc. send mail to info@littlecms.com.
92 .SH SEE ALSO
93 .BR jpegicc (1),
94 .BR icc2ps (1),
95 .BR icclink (1),
96 .BR icctrans (1),
97 .BR wtpt (1)
98 .SH AUTHOR
99 This manual page was originally written by Shiju p. Nair <shiju.p@gmail.com>,
100 for the Debian project. Modified by Marti Maria to reflect further changes.