LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神,可以点击顶部导航 Contact 按钮进行投稿。

Related entries

  • No related posts

Gogh-位图编辑程序

Gogh 是一款适用于 GNU/Linux 操作系统的位图编辑程序。由于该程序特别为压力敏感的输入设备而设计,因此,你可以在如 Wacom 之类的手绘板上绘画,并直接通过 Gogh 程序进行后期处理。

Gogh Gogh 主窗口

Gogh 功能简介

虽然 Gogh 目前仍旧处于活跃的开发之中,但已经实现了一些功能。比如,它支持压力敏感的输入设备,具有多种笔刷类型,包含层功能等。

安装 Gogh

Gogh 100% 使用 Python 所写,如需在你的 Linux 系统中运行,要求事先准备好 Python 2.4、PyGTK 2.8 或更高版本、gnome-python、PyXML 等软件包。

在下载 Gogh 的源码包并解开之后,只需执行 ./gogh 脚本即可运行程序。

署名 • 注明出处 • 非商业性使用

4 Comments

  1. 1 galeki Commented @ 2007-05-21 8:41 pmReply to this comment

    100% 使用 Python 所写,不错~

  2. 2 konit Commented @ 2007-05-22 12:43 amReply to this comment

    加油!希望可以替代Windows下的Painter

  3. 3 noflower01 Commented @ 2007-05-24 5:42 pmReply to this comment

    PyGTK 2.8 、gnome-python、PyXML有安装源吗,我只会apt安装啊! 我的./gogh运行如下: chris@ubuntu:~$ cd Gogh-0.1.0 chris@ubuntu:~/Gogh-0.1.0$ ./gogh Traceback (most recent call last): File "./gogh", line 23, in ? from goghmain import GoghWindow File "/home/chris/Gogh-0.1.0/goghmain.py", line 29, in ? import gnome.ui ImportError: No module named gnome.ui chris@ubuntu:~/Gogh-0.1.0$

  4. 4 noflower01 Commented @ 2007-05-24 5:43 pmReply to this comment

    另外我在ubustu运行成功了。