TODO update

This commit is contained in:
John Cupitt 2011-09-05 18:21:21 +01:00
parent ad016c53a2
commit b28cda68a7
1 changed files with 8 additions and 0 deletions

8
TODO
View File

@ -13,6 +13,14 @@
plus VipsPool will be more natural with #2, I think, and things like
vips_avg() have to be form #2
also, we have
if( vips_call( "add", a, b, &c ) ||
vips_call( "add", a, c, &d ) )
return( -1 );
which is much closer to #2