1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH COLOR "1" "September 2014" "cctiff" "User Commands"
.SH NAME
Color \- Color Correct a TIFF file using any sequence of ICC profiles or Calibrations.
.SH DESCRIPTION
Color Correct a TIFF or JPEG file using any sequence of ICC profiles or Calibrations
.SH SYNOPSIS
.B cctiff
.RB [\-options]\ { [\-i intent]\ profile.icc\ |\ calbrtn.cal\ ...}\ infile.(tif|jpg)\ outfile.(tif|jpg)
.TP
\fB\-v\fR
Verbose.
.TP
\fB\-c\fR
Combine linearisation curves into one transform.
.TP
\fB\-p\fR
Use slow precise correction.
.TP
\fB\-k\fR
Check fast result against precise, and report.
.TP
\fB\-r\fR n
Override the default CLUT resolution
.TP
\fB\-t\fR n
Choose output encoding from 1..n
.TP
\fB\-f\fR [T|J]
Set output format to Tiff or Jpeg (Default is same as input)
.TP
\fB\-q\fR quality
Set JPEG quality 1..100 (Default 80)
.TP
\fB\-a\fR
Read and Write planes > 4 as alpha planes
.TP
\fB\-I\fR
Ignore any file or profile colorspace mismatches
.TP
\fB\-D\fR
Don't append or set the output TIFF or JPEG description
.TP
\fB\-e\fR profile.[icc | tiff | jpg]
Optionally embed a profile in the destination TIFF or JPEG file.
.IP
Then for each profile in sequence:
.TP
\fB\-i\fR intent
p = perceptual, r = relative colorimetric,
s = saturation, a = absolute colorimetric
.TP
\fB\-o\fR order
n = normal (priority: lut > matrix > monochrome)
r = reverse (priority: monochrome > matrix > lut)
.TP
profile.[icc | tiff]
Device, Link or Abstract profile
.IP
( May be embedded profile in TIFF/JPEG file)
.IP
or each calibration file in sequence:
.TP
\fB\-d\fR dir
f = forward cal. (default), b = backwards cal.
.TP
calbrtn.cal
Device calibration file.
.TP
infile.tif/jpg
Input TIFF/JPEG file in appropriate color space
.IP
outfile.tif/jpg Output TIFF/JPEG file
|