Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support very large images #118

Open
robaho opened this issue Feb 14, 2020 · 1 comment
Open

support very large images #118

robaho opened this issue Feb 14, 2020 · 1 comment

Comments

@robaho
Copy link
Owner

robaho commented Feb 14, 2020

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
Copy link
Owner Author

robaho commented Feb 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant