在我的ubuntu服务器中,我有两个应用程序,一个是使用GraphicsMagick,另一个是使用ImageMagick,但是我不能同时安装GraphicsMagick和ImageMagick,当我安装一个应用程序时,它将替换/usr/bin/转换,转换命令只指向一个应用程序,有没有办法同时保持convert1和convert2这样的功能呢?
发布于 2015-07-04 11:54:33
ImageMagick安装在/usr/bin/convert中。GraphicsMagick安装在/usr/bin/gm中。
为了在图形中使用convert,Magick使用/usr/bin/gm convert或简单地说是:gm convert。
对于ImageMagick,和往常一样,使用convert。
https://stackoverflow.com/questions/31220202
复制相似问题