TODO update
This commit is contained in:
parent
ad016c53a2
commit
b28cda68a7
8
TODO
8
TODO
@ -13,6 +13,14 @@
|
|||||||
plus VipsPool will be more natural with #2, I think, and things like
|
plus VipsPool will be more natural with #2, I think, and things like
|
||||||
vips_avg() have to be form #2
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user