Building Ember with GraphicsMagick
Hey there,
I've been trying to build my Ember project which requires GraphicksMagick (gm.exe and convert.exe) using `choco install graphicsmagick` however, `convert.exe` seems to be in conflict with something for formatting hard drives and `gm` is never a valid command to use. I know this might not be the appropriate place but I'm picking at straws at this point.
Thanks!
Kevin
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 17 Mar, 2017 01:20 AM
Hi,
Seems like
choco install
does not update the path, so operating system does not know where to look forgm.exe
. Please addset path=C:\Program Files\GraphicsMagick-1.3.25-Q8;%path%
command afterchoco install
andgm convert
should work OK.Note however that folder name
GraphicsMagick-1.3.25-Q8
does not look like set in stone for many years and can be changed, so be ready to adjust.Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:15 AM.