From dfdf899c92c05a4caf7f4f0ef225129a92e41d8d Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sat, 6 Jun 2020 14:16:24 +0200 Subject: [PATCH] Ensure reducev is THINSTRIP In line with reduceh. --- libvips/resample/reducev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/resample/reducev.cpp b/libvips/resample/reducev.cpp index a5137c76..a704f739 100644 --- a/libvips/resample/reducev.cpp +++ b/libvips/resample/reducev.cpp @@ -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