Merge pull request #98 from lovell/master

Ensure -interpolate flag is used with affine transformation
This commit is contained in:
John Cupitt 2014-01-21 01:07:47 -08:00
commit 21a1ba48b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );