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 :)
This commit is contained in:
Michael Natterer 2013-09-18 21:59:57 +02:00
parent d02dd9f0da
commit 18282a8b7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/**