diff options
Diffstat (limited to 'debian/man/cctiff.1')
-rw-r--r-- | debian/man/cctiff.1 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/man/cctiff.1 b/debian/man/cctiff.1 new file mode 100644 index 0000000..cb23e31 --- /dev/null +++ b/debian/man/cctiff.1 @@ -0,0 +1,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 |