summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2015-03-04 00:52:12 +0000
committercristy <urban-warrior@git.imagemagick.org>2015-03-04 00:52:12 +0000
commit7ade628117e895609b39d3523c0e11aaea7e805a (patch)
tree6f2885d5822833199c47bca850cf3543e6d21a36
parent8967d585ad9118cff7f98c42e7f776160284b48d (diff)
downloadImageMagick-7ade628117e895609b39d3523c0e11aaea7e805a.tar.gz
-rw-r--r--MagickCore/method-attribute.h2
-rw-r--r--MagickWand/method-attribute.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/MagickCore/method-attribute.h b/MagickCore/method-attribute.h
index a70b4cc8b..9ccdeca5a 100644
--- a/MagickCore/method-attribute.h
+++ b/MagickCore/method-attribute.h
@@ -103,7 +103,7 @@ extern "C" {
#define MagickSignature 0xabacadabUL
#if !defined(MaxTextExtent)
-# define MaxTextExtent 8192 /* always >= 4096 */
+# define MaxTextExtent 32768 /* always >= 4096 */
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
diff --git a/MagickWand/method-attribute.h b/MagickWand/method-attribute.h
index 5dabc5d2d..ef5d43c59 100644
--- a/MagickWand/method-attribute.h
+++ b/MagickWand/method-attribute.h
@@ -96,7 +96,7 @@ extern "C" {
#define WandSignature 0xabacadabUL
#if !defined(MaxTextExtent)
-# define MaxTextExtent 8192
+# define MaxTextExtent 32768
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)