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

ImageMagick command called 'magick' on Windows #559

Closed
AtiX opened this issue Jul 26, 2016 · 3 comments
Closed

ImageMagick command called 'magick' on Windows #559

AtiX opened this issue Jul 26, 2016 · 3 comments

Comments

@AtiX
Copy link

AtiX commented Jul 26, 2016

When installing a recent binary release, e.g. ImageMagick-7.0.2-5-Q16-x64-dll.exe from here, only a magick.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 or magick depending on the used operating system when working with require('gm').subClass({imageMagick: true}).

Semi related:
#296

@meteormatt
Copy link

meteormatt commented Jul 29, 2016

For now install ImageMagick with "Install legacy utilities" is OK. But the ImageMagick real change the command name.
qq20160729-0 2x

@Truedrog
Copy link

The problem exists on windows not only with convert cmd, but with others like identify etc.
Please add "magick" to cmd on windows. Thx.

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
@aheckmann
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants