diff --git a/TODO b/TODO index cf0dcd7a..18b3339a 100644 --- a/TODO +++ b/TODO @@ -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? diff --git a/libvips/resample/resize.c b/libvips/resample/resize.c index 34df769a..c35b1ef3 100644 --- a/libvips/resample/resize.c +++ b/libvips/resample/resize.c @@ -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" ),