【问题标题】:GraphicsMagick how do you use it to get the image in to the desktop as wall paper?GraphicsMagick 如何使用它来将图像作为墙纸放入桌面?
【发布时间】:2013-12-18 22:24:49
【问题描述】:

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

【问题讨论】:

    标签: wallpaper graphicsmagick desktop-wallpaper


    【解决方案1】:

    你缺少“-geometry”

    gm display -geometry 300x350+150+200! file.jpg
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多