From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- xicc/revfix.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'xicc/revfix.c') 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) -- cgit v1.2.3