使用GraphicsMagick web-sight
中的示例gm display 300x350+150+200! ~/imagetesting/image1.jpg
我明白了
gm display: Unable to open file (300x350+150+200!) [No such file or directory].
然后窗口弹出打开,其中的图像在它告诉我[没有这样的文件或目录]之后,并且它没有作为壁纸。
也许我错了,它是一个X windows的东西,可能与图层或其他东西有关。我正在运行openbox,它不能在X窗口下工作或是X窗口吗? 我现在应该投资X Window还是我?还是这个名为GraphicsMagick的东西真的不能用于那个容量?
答案 0 :(得分:0)
你错过了“-geometry”
gm display -geometry 300x350+150+200! file.jpg