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

Add support for larger files #26

Closed
phun-ky opened this issue Dec 6, 2022 · 3 comments
Closed

Add support for larger files #26

phun-ky opened this issue Dec 6, 2022 · 3 comments

Comments

@phun-ky
Copy link

phun-ky commented Dec 6, 2022

I had an issue with generating a file that was 12mb (others under 12mb worked fine). Kept getting this error:

maxMemoryUsageInMB limit exceeded by at least ${exceededAmount}MB

Is it possible to support larger size images as an option? Only way to circumvent this is to heavily either scale down the original image or to reduce the quality too low..

@dkaoster
Copy link
Owner

dkaoster commented Dec 6, 2022

Sure, looks like a pretty straightforward fix, as the issue is in jimp: jimp-dev/jimp#915

Just released version 0.0.20, let me know if that works for you!

@dkaoster
Copy link
Owner

Closing because of inactivity, please let me know if there are any other issues!

@phun-ky
Copy link
Author

phun-ky commented Jan 17, 2023

@dkaoster thanks for fixing the issue. I circumvented this for my usage, but this is appreciated none the less <3 Keep up the good work!

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

2 participants