mhayashi1120 / Emacs-imagex

Emacs image extensions
52 stars 6 forks source link

Change the value of imagex-convert-command from "convert" to "magick" #8

Open timmli opened 7 years ago

timmli commented 7 years ago

As of version 7, ImageMagick will be using magick as the "the new primary command of the Shell API, replacing the old convert command". See here. convert is still available as an option though. Nevertheless, under Windows 7, I only got image+ working by doing (setq imagex-convert-command "magick"), presumably because there is another convert.exe that is hiding the one of ImageMagick from Emacs. So even if you decide to stick with convert, it would be helpful to some users, I guess, if you include this workaround in your README. Thanks!