bump max input images for sum
was only 64
This commit is contained in:
parent
d48f80130b
commit
f3ef6e52ea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user