Gogh-位图编辑程序
Gogh 是一款适用于 GNU/Linux 操作系统的位图编辑程序。由于该程序特别为压力敏感的输入设备而设计,因此,你可以在如 Wacom 之类的手绘板上绘画,并直接通过 Gogh 程序进行后期处理。
Gogh 功能简介
虽然 Gogh 目前仍旧处于活跃的开发之中,但已经实现了一些功能。比如,它支持压力敏感的输入设备,具有多种笔刷类型,包含层功能等。
安装 Gogh
Gogh 100% 使用 Python 所写,如需在你的 Linux 系统中运行,要求事先准备好 Python 2.4、PyGTK 2.8 或更高版本、gnome-python、PyXML 等软件包。
在下载 Gogh 的源码包并解开之后,只需执行 ./gogh 脚本即可运行程序。

100% 使用 Python 所写,不错~
加油!希望可以替代Windows下的Painter
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$
另外我在ubustu运行成功了。