From 2619d5e832cd9989df7f843728c726812349afe4 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 16 Nov 2011 09:48:29 +0000 Subject: [PATCH] sync --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index f865fdf8..1710f3b9 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,14 @@ +- test docs + + need a set of convenience funcs for C, eg. vips_sin(), vips_more_const() + etc. ... could include vips_relational() etc. as well? + + rewrite im_bandmean() in terms of recomb()? just use [0.33, 0.33, 0.33] + + move im_point_bilinear() to deprecated? or convenience? + + + - try an area operation, like conv, VipsArea? oops no haha what name should we use?