-
Notifications
You must be signed in to change notification settings - Fork 314
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
Could not find convert #62
Comments
I install convert ,it prompt node-waf node found but the node-waf package has been replaced by node-gyp o.o |
Hi @UglyMelon007 this seems a rather windows-related bug. I am not very skilled in those since I am using Linux. It seems some people managed to get gifify working on windows still like @aledelgo, maybe he can help you? |
I'm having the same problem on OSX: But I already installed that using the instructions here: https://github.com/vvo/gifify#requirements
|
I think I figured out the problem. I had previously installed an older version of imagemagick and had to re-link it:
|
Thanks! |
TL;DR: Create a Windows batch file in the path used by
I ran into the problem on Windows 10. There is already a system utility named
Additionally, I am using ImageMagick-7.0.5-Q16. I found a couple of articles indicating the functionality of convert has been replaced by
I tried a link file with little success and ended up using a batch file ( |
Like gkhays pointed out, there is an exe in System32 which windows will pick up first. To fix this in powershell you can run this: Now the imagemagick convert exe gets found. |
The text was updated successfully, but these errors were encountered: