We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#46
I have a 14000x19000 image which I would like to resize, but I run into:
'PIL.Image.DecompressionBombError' when resizing large image
I google it and find:
https://stackoverflow.com/questions/51152059/pillow-in-python-wont-let-me-open-image-exceeds-limit
but it needs to change the source code
maybe it's good to add an option to raise the limit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#46
I have a 14000x19000 image which I would like to resize, but I run into:
I google it and find:
https://stackoverflow.com/questions/51152059/pillow-in-python-wont-let-me-open-image-exceeds-limit
but it needs to change the source code
maybe it's good to add an option to raise the limit
The text was updated successfully, but these errors were encountered: