From f3ef6e52eaa4c4f83f0681219cbbf134899789dc Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 16 Aug 2018 15:23:24 +0100 Subject: [PATCH] bump max input images for sum was only 64 --- libvips/arithmetic/arithmetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/arithmetic/arithmetic.c b/libvips/arithmetic/arithmetic.c index 4e3f8700..51941c61 100644 --- a/libvips/arithmetic/arithmetic.c +++ b/libvips/arithmetic/arithmetic.c @@ -500,7 +500,7 @@ vips__bandalike( const char *domain, /* Maximum number of input images -- why not? */ -#define MAX_INPUT_IMAGES (64) +#define MAX_INPUT_IMAGES (1024) static int vips_arithmetic_gen( VipsRegion *or,