[gimp] Bug 615591 - Received 'gimp-image-set-resolution' out of bounds...



commit 09a2105aae6f61b1916e4a62379ab96df8e5b53e
Author: Michael Natterer <mitch gimp org>
Date:   Sun Oct 7 18:52:23 2012 +0200

    Bug 615591 - Received 'gimp-image-set-resolution' out of bounds...
    
    Increase the maximum resolution from the arbitrary 65536 to the
    arbitrary 1048576, until somebody tries an even better microscope...

 libgimpbase/gimplimits.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimplimits.h b/libgimpbase/gimplimits.h
index fdc40ad..21817a3 100644
--- a/libgimpbase/gimplimits.h
+++ b/libgimpbase/gimplimits.h
@@ -75,7 +75,7 @@ G_BEGIN_DECLS
  * for a resolution is needed. GIMP will not accept resolutions larger
  * than this value.
  **/
-#define GIMP_MAX_RESOLUTION  65536.0
+#define GIMP_MAX_RESOLUTION  1048576.0
 
 
 /**



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