mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue