On my ubuntu server, I have two applications: one uses GraphicsMagick, and one uses ImageMagick, but I can not install GraphicsMagick and ImageMagick when I install it, and then replaces / usr / bin / convert and the convert command points to only one. is there a way to save both types convert1 and convert2?
ImageMagick is installed in /usr/bin/convert. GraphicsMagick set to /usr/bin/gm.
/usr/bin/convert
/usr/bin/gm
To use converta Graphic Magick, use /usr/bin/gm convert, or simply: gm convert.
convert
/usr/bin/gm convert
gm convert
For ImageMagick, use as usual convert.