ggordan / GutterColor

A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
MIT License
486 stars 44 forks source link

Convert.exe changed to magick.exe, so what should "convert_path" be? #107

Open YoungForest opened 7 years ago

YoungForest commented 7 years ago

I installed the latest ImageMagick-7.0.4-Q16. As of version 7.0, the command convert.exe is now magick.exe, which no longer clashes with any native windows commands(c:/windows/system32/convert.exe). So what should "convert_path" be? "C:\Program Files\ImageMagick-7.0.4-Q16\magick.exe" or just "C:\Program Files\ImageMagick-7.0.4-Q16". I tried both but got red-and-yellow-striped box both.

h3dkandi commented 7 years ago

Same problem here. I believe magick.exe isn't just a rename of convert.exe and so it will probably not work - as you have found out.

thihxm commented 7 years ago

This worked for me : https://github.com/ggordan/GutterColor/issues/110