summaryrefslogtreecommitdiff
path: root/xicc/revfix.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 15:43:52 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 15:43:52 +0200
commitc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (patch)
tree41791cbe367cf023b98043fee56f9346b2592b49 /xicc/revfix.c
parentd7f89e6fe63b8697fab5a901cfce457b375638b3 (diff)
Imported Upstream version 1.6.3upstream/1.6.3
Diffstat (limited to 'xicc/revfix.c')
-rw-r--r--xicc/revfix.c18
1 files changed, 10 insertions, 8 deletions
diff --git a/xicc/revfix.c b/xicc/revfix.c
index 59fdd0e..ee9662a 100644
--- a/xicc/revfix.c
+++ b/xicc/revfix.c
@@ -747,14 +747,16 @@ main(int argc, char *argv[]) {
/* Use helper function to do the hard work. */
if (wo->set_tables(wo,
ICM_CLUT_SET_APXLS,
- &cb, /* Context */
- icSigLabData, /* Input color space */
- icSigCmykData, /* Output color space */
- Lab_Labp, /* Linear input transform Lab->Lab' */
- NULL, NULL, /* Use default Lab' range */
- Labp_CMYKp, /* Lab' -> CMYK' transfer function */
- NULL, NULL, /* Use default CMYK' range */
- CMYKp_CMYK) != 0) /* Output transfer function, CMYK'->CMYK (NULL = deflt) */
+ &cb, /* Context */
+ icSigLabData, /* Input color space */
+ icSigCmykData, /* Output color space */
+ Lab_Labp, /* Linear input transform Lab->Lab' */
+ NULL, NULL, /* Use default Lab' range */
+ Labp_CMYKp, /* Lab' -> CMYK' transfer function */
+ NULL, NULL, /* Use default CMYK' range */
+ CMYKp_CMYK, /* Output transfer function, CMYK'->CMYK */
+ NULL, NULL /* default APXLS range */
+ ) != 0)
error("Setting 16 bit Lab->CMYK Lut failed: %d, %s",icco->errc,icco->err);
if (verb)