Ensure reducev is THINSTRIP

In line with reduceh.
This commit is contained in:
Kleis Auke Wolthuizen 2020-06-06 14:16:24 +02:00
parent b6e4e9e74b
commit dfdf899c92
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ vips_reducev_raw( VipsReducev *reducev, VipsImage *in, VipsImage **out )
*out = vips_image_new();
if( vips_image_pipelinev( *out,
VIPS_DEMAND_STYLE_FATSTRIP, in, (void *) NULL ) )
VIPS_DEMAND_STYLE_THINSTRIP, in, (void *) NULL ) )
return( -1 );
/* Size output. We need to always round to nearest, so round(), not