You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seashore in version 2.5.7 has a limit of 16k width/height images, which in RGBA8888 is about 1GB.
Supporting larger images requires a review of all int/long variable usage, and requires updating the file format to support > 2GB file offsets (aka GIMP 2.10 which can only be read at the moment).
The text was updated successfully, but these errors were encountered:
Seashore in version 2.5.7 has a limit of 16k width/height images, which in RGBA8888 is about 1GB.
Supporting larger images requires a review of all int/long variable usage, and requires updating the file format to support > 2GB file offsets (aka GIMP 2.10 which can only be read at the moment).
The text was updated successfully, but these errors were encountered: