我正在使用GraphicsMagick来修改图像。它在Windows上工作正常但是当我尝试在ubuntu上运行它时会给我一个错误
无法识别的虚拟像素方法(透明)。
以下是我正在使用的命令
gm convert newImages/December31201542014pm3630/profileLarge.jpg -background transparent -rotate -2 -matte -virtual-pixel transparent -distort Perspective \"0,0 0,0 213,0 213,20 213,160 213,165 0,80 0,80 \" newImages/December31201542014pm3630/skew_profile.png
答案 0 :(得分:0)
我得到了它的工作。我只是安装了Imagemagick。