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

Not working on windows with installed Imagemagick #8

Open
gerbil opened this issue Oct 9, 2014 · 5 comments
Open

Not working on windows with installed Imagemagick #8

gerbil opened this issue Oct 9, 2014 · 5 comments

Comments

@gerbil
Copy link

gerbil commented Oct 9, 2014

Command:
node make-thumb.js public/images/ /tmp/ 200x200 -p -r

Response:
Converting to 200 x 200

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)

@gerbil
Copy link
Author

gerbil commented Oct 9, 2014

Fixed by updating PATH to use convert command from any folder

@Phoscur
Copy link

Phoscur commented Mar 27, 2015

Would be nice if there could be a proper error message if the additional dependency couldn't be loaded. Or just warn and route to the uncompressed image.

@jeromemiranda
Copy link

Hi @gerbil Can you help me how to set up the PATH that you have mentioned?

@AamuLumi
Copy link

AamuLumi commented Sep 4, 2015

@jeromemiranda Follow this page and add imagemagick folder path : http://www.computerhope.com/issues/ch000549.htm

@jklepatch
Copy link

Fixed the issue by uninstalling imagemagick then re-installing it with the option "legacy component" selected. It will include convert.exe, the missing binary in the default install:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=29582

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

5 participants