1JPGICC(1) General Commands Manual JPGICC(1)
2
3
4
6 jpgicc - little cms ICC profile applier for JPEG.
7
9 jpgicc [options] input.jpg output.jpg
10
12 lcms is a standalone CMM engine, which deals with the color management.
13 It implements a fast transformation between ICC profiles. jpgicc is a
14 little cms ICC profile applier for JPEG.
15
17 -b Black point compensation.
18
19 -c NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)
20 [defaults to 1].
21
22 -d NUM Observer adaptation state (abs.col. only), (0..1.0, float value)
23 [defaults to 0.0].
24
25 -e Embed destination profile.
26
27 -g Marks out-of-gamut colors on softproof.
28
29 -h NUM Show summary of options and examples (0=help, 1=Examples,
30 2=Built-in profiles, 3=Contact information)
31
32 -i profile
33 Input profile (defaults to sRGB).
34
35 -l link
36 TODO: explain this option.
37
38 -m NUM SoftProof intent (0,1,2,3) [defaults to 0].
39
40 -n Ignore embedded profile.
41
42 -o profile
43 Output profile (defaults to sRGB).
44
45 -p profile
46 Soft proof profile.
47
48 -q NUM Output JPEG quality, (0..100) [defaults to 75].
49
50 -s newprofile
51 Save embedded profile as newprofile.
52
53 -t NUM Rendering intent
54 0=Perceptual [default]
55 1=Relative colorimetric
56 2=Saturation
57 3=Absolute colorimetric
58 10=Perceptual preserving black ink
59 11=Relative colorimetric preserving black ink
60 12=Saturation preserving black ink
61 13=Perceptual preserving black plane
62 14=Relative colorimetric preserving black plane
63 15=Saturation preserving black plane
64
65 -v Verbose.
66
67 -! NUM,NUM,NUM
68 Out-of-gamut marker channel values (r,g,b) [defaults:
69 128,128,128].
70
72 *Lab2 -- D50-based v2 CIEL*a*b
73 *Lab4 -- D50-based v4 CIEL*a*b
74 *Lab -- D50-based v4 CIEL*a*b
75 *XYZ -- CIE XYZ (PCS)
76 *sRGB -- sRGB color space
77 *Gray22 - Monochrome of Gamma 2.2
78 *Gray30 - Monochrome of Gamma 3.0
79 *null - Monochrome black for all input
80 *Lin2222- CMYK linearization of gamma 2.2 on each channel
81
83 To color correct from scanner to sRGB:
84 jpgicc -iscanner.icm in.jpg out.jpg
85
86 To convert from monitor1 to monitor2:
87 jpgicc -imon1.icm -omon2.icm in.jpg out.jpg
88
89 To make a CMYK separation:
90 jpgicc -oprinter.icm inrgb.jpg outcmyk.jpg
91
92 To recover sRGB from a CMYK separation:
93 jpgicc -iprinter.icm incmyk.jpg outrgb.jpg
94
95 To convert from CIELab ITU/Fax JPEG to sRGB
96 jpgicc -iitufax.icm in.jpg out.jpg
97
98 To convert from CIELab ITU/Fax JPEG to sRGB
99 jpgicc in.jpg out.jpg
100
102 For suggestions, comments, bug reports etc. send mail to info@lit‐
103 tlecms.com.
104
106 linkicc(1), psicc(1), tificc(1), transicc(1)
107
109 This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for
110 the Debian project.
111
112
113
114 September 30, 2004 JPGICC(1)