seashore icon indicating copy to clipboard operation
seashore copied to clipboard

support very large images

Open robaho opened this issue 6 years ago • 1 comments

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).

robaho avatar Feb 14 '20 23:02 robaho

as a stop gap, changing the total image size to 2GB, rather than dimensions, is probably a better solution (so width * height * 4 < 2GB)

robaho avatar Feb 15 '20 00:02 robaho