diff options
Diffstat (limited to 'xicc')
-rw-r--r-- | xicc/xlut.c | 4 | ||||
-rw-r--r-- | xicc/xmatrix.c | 3 | ||||
-rw-r--r-- | xicc/xspect.c | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/xicc/xlut.c b/xicc/xlut.c index 8b7699c..827dde8 100644 --- a/xicc/xlut.c +++ b/xicc/xlut.c @@ -46,6 +46,10 @@ Should xlutfix.c be revived (also adding ICM_CLUT_SET_APXLS support), to improve "bumpy black" problem ? + + Would be nice to be able to specify a specific patch + as the white one rather than using heuristic to identify it, + since some pathalogical cases don't work. */ /* diff --git a/xicc/xmatrix.c b/xicc/xmatrix.c index 034a396..3d4fca6 100644 --- a/xicc/xmatrix.c +++ b/xicc/xmatrix.c @@ -32,6 +32,9 @@ * normalized back to zero by scaling the matrix before storing * the result in the ICC profile. * + * Would be nice to be able to specify a specific patch + * as the white one rather than using heuristic to identify it, + * since some pathalogical cases don't work. */ diff --git a/xicc/xspect.c b/xicc/xspect.c index 1df8555..6738113 100644 --- a/xicc/xspect.c +++ b/xicc/xspect.c @@ -3197,7 +3197,7 @@ static xspect CIE1995_TCS[] = { 0.44, 0.44, 0.45, 0.45, 0.45 } }, - /* TCS15 1 YR 6/4 Asian skin */ + /* TCS15 1 YR 6/4 Asian skin - JIS standard */ { 95, 360.0, 830.0, /* 95 bands from 360 to 830 nm in 5nm steps */ 1.0, /* Scale factor */ |