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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH CREATE "1" "September 2014" "tiffgamut" "User Commands"
.SH NAME
Create \- Create VRML image of the gamut surface of a TIFF.
.SH DESCRIPTION
Create VRML image of the gamut surface of a TIFF or JPEG, Version 1.6.3
.SH SYNOPSIS
.B tiffgamut
.RB [\-v\ level]\ [profile.icm\ |\ embedded.tif/jpg]\ infile1.tif/jpg\ [infile2.tif/jpg\ ...]
.TP
\fB\-v\fR
Verbose
.TP
\fB\-d\fR sres
Surface resolution details 1.0 \- 50.0
.TP
\fB\-w\fR
emit VRML .wrl file as well as CGATS .gam file
.TP
\fB\-n\fR
Don't add VRML axes or white/black point
.TP
\fB\-k\fR
Add markers for prim. & sec. "cusp" points
.TP
\fB\-f\fR perc
Filter by popularity, perc = percent to use
.TP
\fB\-i\fR intent
p = perceptual, r = relative colorimetric,
s = saturation, a = absolute (default), d = profile default
.TP
\fB\-p\fR oride
l = Lab_PCS (default), j = CIECAM02 Appearance Jab
.TP
\fB\-o\fR order
n = normal (priority: lut > matrix > monochrome)
r = reverse (priority: monochrome > matrix > lut)
.TP
\fB\-c\fR viewcond
set appearance mode and viewing conditions for CIECAM02,
either an enumerated choice, or a parameter:value changes
.IP
pp \- Practical Reflection Print (ISO\-3664 P2)
pe \- Print evaluation environment (CIE 116\-1995)
pc \- Critical print evaluation environment (ISO\-3664 P1)
mt \- Monitor in typical work environment
mb \- Bright monitor in bright work environment
md \- Monitor in darkened work environment
jm \- Projector in dim environment
jd \- Projector in dark environment
tv \- Television/Film Studio
.IP
pcd \- Photo CD \- original scene outdoors
.IP
ob \- Original scene \- Bright Outdoors
cx \- Cut Sheet Transparencies on a viewing box
.TP
s:surround
n = auto, a = average, m = dim, d = dark,
c = transparency (default average)
.TP
w:X:Y:Z
Adapted white point as XYZ (default media white)
.TP
w:x:y
Adapted white point as x, y
.TP
a:adaptation
Adaptation luminance in cd.m^2 (default 50.0)
.TP
b:background
Background % of image luminance (default 20)
.TP
l:imagewhite
Image white in cd.m^2 if surround = auto (default 250)
.TP
f:flare
Flare light % of image luminance (default 0)
.TP
g:glare
Flare light % of ambient (default 1)
.TP
g:X:Y:Z
Flare color as XYZ (default media white, Abs: D50)
.TP
g:x:y
Flare color as x, y
.HP
\fB\-O\fR outputfile Override the default output filename.
|