annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/tificc.1 @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 .\"Shiju P. Nair September 30, 2004
jpayne@68 2 .\"Thomas Weber <tweber@debian.org> April 23, 2014
jpayne@68 3 .TH TIFICC 1 "October 23, 2004"
jpayne@68 4 .SH NAME
jpayne@68 5 tificc - little cms ICC profile applier for TIFF.
jpayne@68 6 .SH SYNOPSIS
jpayne@68 7 .B tificc
jpayne@68 8 .RI [ options ] " input.tif output.tif"
jpayne@68 9 .SH DESCRIPTION
jpayne@68 10 lcms is a standalone CMM engine, which deals with the color management.
jpayne@68 11 It implements a fast transformation between ICC profiles.
jpayne@68 12 .B tificc
jpayne@68 13 is a little cms ICC profile applier for TIFF.
jpayne@68 14 .SH OPTIONS
jpayne@68 15 .TP
jpayne@68 16 .B \-a
jpayne@68 17 Handle channels > 4 as alpha.
jpayne@68 18 .TP
jpayne@68 19 .B \-b
jpayne@68 20 Black point compensation.
jpayne@68 21 .TP
jpayne@68 22 .BI \-c\ NUM
jpayne@68 23 Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1].
jpayne@68 24 .TP
jpayne@68 25 .BI \-d\ NUM
jpayne@68 26 Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0].
jpayne@68 27 .TP
jpayne@68 28 .B \-e
jpayne@68 29 Embed destination profile.
jpayne@68 30 .TP
jpayne@68 31 .B \-g
jpayne@68 32 Marks out-of-gamut colors on softproof.
jpayne@68 33 .TP
jpayne@68 34 .BI \-h\ NUM
jpayne@68 35 Show summary of options and examples (0=help, 1=Examples, 2=Built-in profiles, 3=Contact information)
jpayne@68 36 .TP
jpayne@68 37 .BI \-i\ profile
jpayne@68 38 Input profile (defaults to sRGB).
jpayne@68 39 .TP
jpayne@68 40 .BI \-k\ inklimit
jpayne@68 41 Ink-limiting in % (CMYK only), (0..400.0, float value) [default 400.0].
jpayne@68 42 .TP
jpayne@68 43 .BI \-l\ profile
jpayne@68 44 Transform by device-link profile.
jpayne@68 45 .TP
jpayne@68 46 .B \-m TODO: check if values outside 0..3 are possible
jpayne@68 47 SoftProof intent [defaults to 0].
jpayne@68 48 .TP
jpayne@68 49 .B \-n
jpayne@68 50 Ignore embedded profile on input.
jpayne@68 51 .TP
jpayne@68 52 .BI \-o\ profile
jpayne@68 53 Output profile (defaults to sRGB).
jpayne@68 54 .TP
jpayne@68 55 .BI \-p\ profile
jpayne@68 56 Soft proof profile.
jpayne@68 57 .TP
jpayne@68 58 .BI \-s\ newprofile
jpayne@68 59 Save embedded profile as \fInewprofile\fR.
jpayne@68 60 .TP
jpayne@68 61 .BI \-t\ NUM
jpayne@68 62 Rendering intent
jpayne@68 63 .nf
jpayne@68 64 .RS
jpayne@68 65 0=Perceptual [default]
jpayne@68 66 1=Relative colorimetric
jpayne@68 67 2=Saturation
jpayne@68 68 3=Absolute colorimetric
jpayne@68 69 10=Perceptual preserving black ink
jpayne@68 70 11=Relative colorimetric preserving black ink
jpayne@68 71 12=Saturation preserving black ink
jpayne@68 72 13=Perceptual preserving black plane
jpayne@68 73 14=Relative colorimetric preserving black plane
jpayne@68 74 15=Saturation preserving black plane
jpayne@68 75 .RE
jpayne@68 76 .fi
jpayne@68 77 .TP
jpayne@68 78 .B \-v
jpayne@68 79 Verbose.
jpayne@68 80 .TP
jpayne@68 81 .BI \-w\ NUM
jpayne@68 82 Output depth (8, 16 or 32). Use 32 for floating-point.
jpayne@68 83 .SH BUILT-IN PROFILES
jpayne@68 84 .nf
jpayne@68 85 *Lab2 -- D50-based v2 CIEL*a*b
jpayne@68 86 *Lab4 -- D50-based v4 CIEL*a*b
jpayne@68 87 *Lab -- D50-based v4 CIEL*a*b
jpayne@68 88 *XYZ -- CIE XYZ (PCS)
jpayne@68 89 *sRGB -- sRGB color space
jpayne@68 90 *Gray22 - Monochrome of Gamma 2.2
jpayne@68 91 *Gray30 - Monochrome of Gamma 3.0
jpayne@68 92 *null - Monochrome black for all input
jpayne@68 93 *Lin2222- CMYK linearization of gamma 2.2 on each channel
jpayne@68 94 .fi
jpayne@68 95 .SH EXAMPLES
jpayne@68 96 .nf
jpayne@68 97 To color correct from scanner to sRGB:
jpayne@68 98 tificc -iscanner.icm in.tif out.tif
jpayne@68 99 To convert from monitor1 to monitor2:
jpayne@68 100 tificc -imon1.icm -omon2.icm in.tif out.tif
jpayne@68 101 To make a CMYK separation:
jpayne@68 102 tificc -oprinter.icm inrgb.tif outcmyk.tif
jpayne@68 103 To recover sRGB from a CMYK separation:
jpayne@68 104 tificc -iprinter.icm incmyk.tif outrgb.tif
jpayne@68 105 To convert from CIELab TIFF to sRGB
jpayne@68 106 tificc -i*Lab in.tif out.tif
jpayne@68 107 .fi
jpayne@68 108 .SH NOTES
jpayne@68 109 For suggestions, comments, bug reports etc. send mail to info@littlecms.com.
jpayne@68 110 .SH SEE ALSO
jpayne@68 111 .BR jpgicc (1),
jpayne@68 112 .BR linkicc (1),
jpayne@68 113 .BR psicc (1),
jpayne@68 114 .BR transicc (1)
jpayne@68 115 .SH AUTHOR
jpayne@68 116 This manual page was originally written by Shiju p. Nair <shiju.p@gmail.com>,
jpayne@68 117 for the Debian project. Modified by Marti Maria to reflect further changes.