From 9acaafc8970d4516d51441f439ff5b288f3e2d4b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 20 Jan 2014 22:20:35 +0000 Subject: [PATCH] Ensure -interpolate flag is used with affine transformation --- tools/vipsthumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vipsthumbnail.c b/tools/vipsthumbnail.c index 854aeae0..cbf212af 100644 --- a/tools/vipsthumbnail.c +++ b/tools/vipsthumbnail.c @@ -460,7 +460,7 @@ thumbnail_shrink( VipsObject *process, VipsImage *in, "access", VIPS_ACCESS_SEQUENTIAL, "threaded", TRUE, NULL ) || - vips_affine( t[4], &t[5], residual, 0, 0, residual, NULL, + vips_affine( t[4], &t[5], residual, 0, 0, residual, "interpolate", interp, NULL ) ) return( NULL );