diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
commit | a879b4e708b3e46c9697ba6581687eeb5b02a320 (patch) | |
tree | f85acc5cb1a7c0b03a050c879c20cab3deb9f40e /profile/prof.h | |
parent | 556dffcdad42b938bc196819aa463247de709765 (diff) | |
parent | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff) |
state from 2014-09-07 13:30 MESZ
Diffstat (limited to 'profile/prof.h')
-rw-r--r-- | profile/prof.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/prof.h b/profile/prof.h index 074bb73..6013d99 100644 --- a/profile/prof.h +++ b/profile/prof.h @@ -49,6 +49,7 @@ void make_output_icc( int gamdiag, /* Make gamut mapping diagnostic wrl plots */ int verify, /* nz to print verification */ int clipprims, /* Clip white, black and primaries */ + double wpscale, /* >= 0.0 for media white point scale factor */ icxInk *ink, /* Ink limit/black generation setup */ char *in_name, /* input .ti3 file name */ char *file_name, /* output icc name */ @@ -62,6 +63,7 @@ void make_output_icc( int fwacomp, /* FWA compensation requested */ double smooth, /* RSPL smoothing factor, -ve if raw */ double avgdev, /* reading Average Deviation as a proportion of the input range */ + double demph, /* Emphasise dark region grid resolution in cLUT */ char *ipname, /* input icc profile - enables gamut map, NULL if none */ char *sgname, /* source image gamut - NULL if none */ char *absname[3], /* abstract profile name for each table */ |