-
Notifications
You must be signed in to change notification settings - Fork 616
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
ImageMagick command called 'magick' on Windows #559
Comments
The problem exists on windows not only with convert cmd, but with others like identify etc. |
WVmf
added a commit
to WVmf/gm
that referenced
this issue
Sep 22, 2017
This adds an extra `singleCmd` value for the `imageMagick` option (making it a {boolean|string} option). Fixes aheckmann#559
Closed
Fixed by #846. Released in v1.25.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing a recent binary release, e.g.
ImageMagick-7.0.2-5-Q16-x64-dll.exe
from here, only amagick.exe
is installed - I assume convert got renamed because of the name conflicts with windows system tools (?)I suggest extending gm to use either
convert
ormagick
depending on the used operating system when working withrequire('gm').subClass({imageMagick: true})
.Semi related:
#296
The text was updated successfully, but these errors were encountered: