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

view image dont work on Windows because of builtin Windows 'convert' #37

Open
tu10ng opened this issue May 29, 2024 · 0 comments
Open

Comments

@tu10ng
Copy link

tu10ng commented May 29, 2024

after installing imagemagick successfully on Windows using scoop package manager, view cant show image because convert still points to Windows builtin convert.

image

by changing shx-path-to-convert to magick, we can show the image.

(setq shx-path-to-convert "magick")

image


another thing is that if we use magick convert instead of magick command according to installation notes:

'imagemagick' (7.1.1-33) was installed successfully!
Notes
'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead.

magick will complain that:

WARNING: The convert command is deprecated in IMv7, use "magick"

however, using just magick is fine.

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

1 participant