mirror of https://github.com/GNOME/gimp.git
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...
This commit is contained in:
parent
d4c72cd5ab
commit
09a2105aae
|
@ -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
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue