-
Notifications
You must be signed in to change notification settings - Fork 614
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 Windows 10 uses magick.exe instead of convert.exe #684
Comments
Any chance this will be added in the future? |
anordby
pushed a commit
to anordby/wptagent
that referenced
this issue
Jul 17, 2019
instead uses magick.exe. It has a convert.exe, but it does not belong to ImageMagick. aheckmann/gm#684
This issue seems to be related to #754. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of ImageMagick on Windows 10 uses magick.exe instead of convert.exe.
This is because convert.exe is an internal Windows program, and conflicts with the previous ImageMagick executable.
A temporary workaround is to copy "magick.exe" to "convert.exe" in the Program Files\ImageMagick-* folder, however this is not a good long-term solution.
Please update the system to dynamically try "magick.exe" first before reverting to "convert.exe" on Windows machines.
The text was updated successfully, but these errors were encountered: