bump max input images for sum

was only 64
This commit is contained in:
John Cupitt 2018-08-16 15:23:24 +01:00
parent d48f80130b
commit f3ef6e52ea
1 changed files with 1 additions and 1 deletions

View File

@ -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,