mirror of https://github.com/GNOME/gimp.git
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:
parent
d02dd9f0da
commit
18282a8b7a
|
@ -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 */
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue