Ensure -interpolate flag is used with affine transformation
This commit is contained in:
parent
cffe3bf965
commit
9acaafc897
@ -460,7 +460,7 @@ thumbnail_shrink( VipsObject *process, VipsImage *in,
|
|||||||
"access", VIPS_ACCESS_SEQUENTIAL,
|
"access", VIPS_ACCESS_SEQUENTIAL,
|
||||||
"threaded", TRUE,
|
"threaded", TRUE,
|
||||||
NULL ) ||
|
NULL ) ||
|
||||||
vips_affine( t[4], &t[5], residual, 0, 0, residual, NULL,
|
vips_affine( t[4], &t[5], residual, 0, 0, residual,
|
||||||
"interpolate", interp,
|
"interpolate", interp,
|
||||||
NULL ) )
|
NULL ) )
|
||||||
return( NULL );
|
return( NULL );
|
||||||
|
Loading…
Reference in New Issue
Block a user