jpayne@68: .\"Shiju P. Nair September 30, 2004 jpayne@68: .\"Thomas Weber April 23, 2014 jpayne@68: .TH TRANSICC 1 "MAY 30, 2011" jpayne@68: .SH NAME jpayne@68: transicc - little cms ColorSpace conversion calculator. jpayne@68: .SH SYNOPSIS jpayne@68: .B transicc jpayne@68: .RI [ options ]\ [ CGATSINPUT ]\ [ CGATSOUTPUT ] 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 transicc jpayne@68: is a lcms ColorSpace conversion calculator. 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: Encoded representation of numbers is not float (Option \fB\-w\fR=use 16 bits, Option \fB\-x\fR=hexadecimal). jpayne@68: .TP jpayne@68: .B \-g jpayne@68: Marks out-of-gamut colors on softproof. jpayne@68: .TP jpayne@68: .BI \-i\ profile jpayne@68: Input profile (defaults to sRGB). jpayne@68: .TP jpayne@68: .B \-l jpayne@68: Transform by device-link profile. 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: Terse output, intended for pipe usage. jpayne@68: .TP jpayne@68: .BI \-o\ profile jpayne@68: .p jpayne@68: Output profile (defaults to sRGB). jpayne@68: .TP jpayne@68: .B \-q jpayne@68: Quantize CGATS to 8 bits. jpayne@68: .TP jpayne@68: .BI \-s jpayne@68: Bounded mode. 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: .BI \-v\ verbosity jpayne@68: Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 1]. jpayne@68: .TP jpayne@68: .B \-w jpayne@68: Use 16 bits. jpayne@68: .TP jpayne@68: .B \-x jpayne@68: Hexadecimal. jpayne@68: .TP jpayne@68: You can use '*Lab' and '*xyz' as built-in profiles. 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 jpgicc (1), jpayne@68: .BR linkicc (1), jpayne@68: .BR psicc (1), jpayne@68: .BR tificc (1) jpayne@68: .SH AUTHOR jpayne@68: This manual page was written by Shiju p. Nair , jpayne@68: for the Debian project.