diff options
Diffstat (limited to 'xicc/revfix.c')
-rw-r--r-- | xicc/revfix.c | 18 |
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) |