note more webp tests needed

This commit is contained in:
John Cupitt 2016-05-07 19:53:00 +01:00
parent ca731e7967
commit 948d1103d4
2 changed files with 3 additions and 3 deletions

2
TODO
View File

@ -1,3 +1,5 @@
- add more webp tests to py suite
- I like the new int mask creator in reducev, can we use it in im_vips2imask()
as well?

View File

@ -309,9 +309,7 @@ vips_resize_class_init( VipsResizeClass *class )
G_STRUCT_OFFSET( VipsResize, idy ),
-10000000, 10000000, 0 );
/* We used to let people set the interpolator, but it's not clear this
* was useful. Anyway, vips_reduce() no longer has an interpolator
* param.
/* It's a kernel now we use vips_reduce() not vips_affine().
*/
VIPS_ARG_INTERPOLATE( class, "interpolate", 2,
_( "Interpolate" ),