From c78e3382fcb81197453a6db01afb6e33556f30e9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 8 Jul 2011 14:28:08 +0100 Subject: [PATCH] TODO notes updated the TODO again --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 3ae14470..0bfedfac 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,13 @@ -- icc import / export should cast their inputs, they insist on uchar etc. at +- icc import / export should cast their inputs, they insist on uchar/ushort at the moment + we could band up (mono->rgb) and banddown (take first three? take forst + three, then process, then reattach remainder?) as well + + other colour ops (eg. im_Lab2LCh) just insist on three bands and do a + cast to float for you + + - can we call vips7 funcs from the vips8 interface?