[gimp] Bug 677259 - GIMP won't load large (even by one dimension) images



commit 18282a8b7ad978ace73a8aa90c52a507c42828b1
Author: Michael Natterer <mitch gimp org>
Date:   Wed Sep 18 21:59:57 2013 +0200

    Bug 677259 - GIMP won't load large (even by one dimension) images
    
    Double GIMP_MAX_IMAGE_SIZE to 524288. That's still completely
    arbitrary but closes a bug with a fishy fix :)

 libgimpbase/gimplimits.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimplimits.h b/libgimpbase/gimplimits.h
index 21817a3..8c4cbbe 100644
--- a/libgimpbase/gimplimits.h
+++ b/libgimpbase/gimplimits.h
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
  * pixel sizes is needed; for example to give a spin button an upper
  * limit.
  **/
-#define GIMP_MAX_IMAGE_SIZE  262144    /*  2^18  */
+#define GIMP_MAX_IMAGE_SIZE  524288    /*  2^18  */
 
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]