-
Notifications
You must be signed in to change notification settings - Fork 46
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
Multiple image resize recursivelly ends up with fatal error #22
Comments
+1 (win10) |
Found any solution? |
Iirc I ended up using |
+1 (win 10 64) |
Had same issue, image resize shows this error on grunt job
Problem can be tracked down to line 72 in image_resize.js
which err output shows:
Solution on win10 is, reinstall ImageMagick with the legacy utilities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to resize all images inside this folder recursively (and keep folder structure).
Here is my config:
When I run it:
Code is available on umpirsky/stajesti.rs@24f3b76.
I am aware of #14 and #11, but looks like it is not my case.
I noticed that it resizes successfully only for first folder, and then fails with this error.
The text was updated successfully, but these errors were encountered: