jpayne@68: .\"Shiju P. Nair September 30, 2004 jpayne@68: .\"Thomas Weber April 23, 2014 jpayne@68: .TH JPGICC 1 "September 30, 2004" jpayne@68: .SH NAME jpayne@68: jpgicc - little cms ICC profile applier for JPEG. jpayne@68: .SH SYNOPSIS jpayne@68: .B jpgicc jpayne@68: .RI [ options ] " input.jpg output.jpg" jpayne@68: .SH DESCRIPTION jpayne@68: lcms is a standalone CMM engine, which deals with the color management. jpayne@68: It implements a fast transformation between ICC profiles. jpayne@68: .B jpgicc jpayne@68: is a little cms ICC profile applier for JPEG. jpayne@68: .SH OPTIONS jpayne@68: .TP jpayne@68: .B \-b jpayne@68: Black point compensation. jpayne@68: .TP jpayne@68: .BI \-c\ NUM jpayne@68: Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. jpayne@68: .TP jpayne@68: .BI \-d\ NUM jpayne@68: Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. jpayne@68: .TP jpayne@68: .B \-e jpayne@68: Embed destination profile. jpayne@68: .TP jpayne@68: .B \-g jpayne@68: Marks out-of-gamut colors on softproof. jpayne@68: .TP jpayne@68: .BI \-h\ NUM jpayne@68: Show summary of options and examples (0=help, 1=Examples, 2=Built-in profiles, 3=Contact information) jpayne@68: .TP jpayne@68: .BI \-i\ profile jpayne@68: Input profile (defaults to sRGB). jpayne@68: .TP jpayne@68: .BI \-l\ link jpayne@68: TODO: explain this option. jpayne@68: .TP jpayne@68: .BI \-m\ NUM jpayne@68: SoftProof intent (0,1,2,3) [defaults to 0]. jpayne@68: .TP jpayne@68: .B \-n jpayne@68: Ignore embedded profile. jpayne@68: .TP jpayne@68: .BI \-o\ profile jpayne@68: Output profile (defaults to sRGB). jpayne@68: .TP jpayne@68: .BI \-p\ profile jpayne@68: Soft proof profile. jpayne@68: .TP jpayne@68: .BI \-q\ NUM jpayne@68: Output JPEG quality, (0..100) [defaults to 75]. jpayne@68: .TP jpayne@68: .BI \-s\ newprofile jpayne@68: Save embedded profile as \fInewprofile\fR. jpayne@68: .TP jpayne@68: .BI \-t\ NUM jpayne@68: Rendering intent jpayne@68: .nf jpayne@68: .RS jpayne@68: 0=Perceptual [default] jpayne@68: 1=Relative colorimetric jpayne@68: 2=Saturation jpayne@68: 3=Absolute colorimetric jpayne@68: 10=Perceptual preserving black ink jpayne@68: 11=Relative colorimetric preserving black ink jpayne@68: 12=Saturation preserving black ink jpayne@68: 13=Perceptual preserving black plane jpayne@68: 14=Relative colorimetric preserving black plane jpayne@68: 15=Saturation preserving black plane jpayne@68: .RE jpayne@68: .fi jpayne@68: .TP jpayne@68: .B \-v jpayne@68: Verbose. jpayne@68: .TP jpayne@68: .BI \-!\ NUM,NUM,NUM jpayne@68: Out-of-gamut marker channel values (r,g,b) [defaults: 128,128,128]. jpayne@68: .SH BUILT-IN PROFILES jpayne@68: .nf jpayne@68: *Lab2 -- D50-based v2 CIEL*a*b jpayne@68: *Lab4 -- D50-based v4 CIEL*a*b jpayne@68: *Lab -- D50-based v4 CIEL*a*b jpayne@68: *XYZ -- CIE XYZ (PCS) jpayne@68: *sRGB -- sRGB color space jpayne@68: *Gray22 - Monochrome of Gamma 2.2 jpayne@68: *Gray30 - Monochrome of Gamma 3.0 jpayne@68: *null - Monochrome black for all input jpayne@68: *Lin2222- CMYK linearization of gamma 2.2 on each channel jpayne@68: .fi jpayne@68: .SH EXAMPLES jpayne@68: .nf jpayne@68: To color correct from scanner to sRGB: jpayne@68: jpgicc -iscanner.icm in.jpg out.jpg jpayne@68: jpayne@68: To convert from monitor1 to monitor2: jpayne@68: jpgicc -imon1.icm -omon2.icm in.jpg out.jpg jpayne@68: jpayne@68: To make a CMYK separation: jpayne@68: jpgicc -oprinter.icm inrgb.jpg outcmyk.jpg jpayne@68: jpayne@68: To recover sRGB from a CMYK separation: jpayne@68: jpgicc -iprinter.icm incmyk.jpg outrgb.jpg jpayne@68: jpayne@68: To convert from CIELab ITU/Fax JPEG to sRGB jpayne@68: jpgicc -iitufax.icm in.jpg out.jpg jpayne@68: jpayne@68: To convert from CIELab ITU/Fax JPEG to sRGB jpayne@68: jpgicc in.jpg out.jpg jpayne@68: .fi jpayne@68: .SH NOTES jpayne@68: For suggestions, comments, bug reports etc. send mail to jpayne@68: info@littlecms.com. jpayne@68: .SH SEE ALSO jpayne@68: .BR linkicc (1), jpayne@68: .BR psicc (1), jpayne@68: .BR tificc (1), jpayne@68: .BR transicc (1) jpayne@68: .SH AUTHOR jpayne@68: This manual page was written by Shiju p. Nair , jpayne@68: for the Debian project.