From 30a0b4e1bc1a430dda5b927bdecb2d708507b859 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 31 Aug 2012 17:48:35 +0100 Subject: [PATCH] sync --- TODO | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/TODO b/TODO index db35fc56..5ce56da5 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,38 @@ colour ====== +colour operations: + + process just first three bands + one in, one out + float only + uncoded only + + LabS2Lab, LCh2UCS etc. etc. + + uncoded + one in, one out + + icc ops + disp2XYZ + XYZ2disp + + uncoded + two in, one out + float output + possibly auto-convert inputs to LAB + + dE, dE00, dECMC + + one in, one out + + rad2float, LabQ2Lab, LabQ2disp + + + + + + - lab [100,0,0] -> srgb [255, 255, 254]? how odd - use D65 in cmsCreateLab4Profile() ? not sure