Skip to content

Commit

Permalink
bump max input images for sum
Browse files Browse the repository at this point in the history
was only 64
  • Loading branch information
jcupitt committed Aug 16, 2018
1 parent d48f801 commit f3ef6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvips/arithmetic/arithmetic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3ef6e5

Please sign in to comment.