0

使用 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 的东西真的不能以这种能力工作?

4

1 回答 1

0

你错过了“-几何”

gm display -geometry 300x350+150+200! file.jpg
于 2014-02-18T20:44:16.363 回答