From: cristy Date: Sat, 20 Jul 2013 02:28:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=571648d1896dd00b66a7623911837153dd7192ee;p=imagemagick --- diff --git a/MagickWand/mogrify-private.h b/MagickWand/mogrify-private.h index 9173def65..ee27fb02f 100644 --- a/MagickWand/mogrify-private.h +++ b/MagickWand/mogrify-private.h @@ -60,7 +60,7 @@ extern "C" { pend=MagickFalse; \ } \ } -#define MaxImageStackDepth 32 +#define MaxImageStackDepth 128 #define NewImageStack() \ { \ image_stack[0].image_info=CloneImageInfo(image_info); \