You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing imagemagick successfully on Windows using scoop package manager, view cant show image because convert still points to Windows builtin convert.
by changing shx-path-to-convert to magick, we can show the image.
(setq shx-path-to-convert "magick")
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.
The text was updated successfully, but these errors were encountered:
after installing
imagemagick
successfully on Windows usingscoop
package manager, view cant show image becauseconvert
still points to Windows builtin convert.by changing
shx-path-to-convert
tomagick
, we can show the image.another thing is that if we use
magick convert
instead ofmagick
command according to installation notes:magick will complain that:
however, using just
magick
is fine.The text was updated successfully, but these errors were encountered: