diff options
Diffstat (limited to 'debian/man/icclu.1')
-rw-r--r-- | debian/man/icclu.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/man/icclu.1 b/debian/man/icclu.1 new file mode 100644 index 0000000..5cccdde --- /dev/null +++ b/debian/man/icclu.1 @@ -0,0 +1,34 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1. +.TH TRANSLATE "1" "September 2014" "icclu" "User Commands" +.SH NAME +Translate \- Translate colors through an ICC profile. +.SH DESCRIPTION +Translate colors through an ICC profile +.SH SYNOPSIS +.B icclu +.RB [\-v\ level]\ [\-f\ func]\ [\-i\ intent]\ [\-o\ order]\ profile +.TP +\fB\-v\fR level +Verbosity level 0 \- 2 (default = 1) +.TP +\fB\-f\fR function +f = forward, b = backwards, g = gamut, p = preview +.TP +\fB\-i\fR intent +p = perceptual, r = relative colorimetric, +s = saturation, a = absolute +.TP +\fB\-p\fR oride +x = XYZ_PCS, l = Lab_PCS, y = Yxy, +.TP +\fB\-o\fR order +n = normal (priority: lut > matrix > monochrome) +r = reverse (priority: monochrome > matrix > lut) +.TP +\fB\-s\fR scale +Scale device range 0.0 \- scale rather than 0.0 \- 1.0 +.IP +The colors to be translated should be fed into standard input, +one input color per line, white space separated. +A line starting with a # will be ignored. +A line not starting with a number will terminate the program. |