Modifying the GIMP source code.
修改gimp源代码。
You just created your own tool for gimp.
这样,您创建了自己的GIMP工具。
Rebuild your GIMP application by typing make.
键入make,重新构建您的GIMP应用程序。
There are also some to fix common problems of GIMP.
还有其他一些是修复GIMP的普通问题的。
If you need more, you can even send the current file to GIMP.
如果你需要更多功能,你甚至可以把当前的文件发送到GIMP。
You also saw what it takes to create a new tool for GIMP.
您还看到为 GIMP创建一个新工具需要完成哪些步骤。
You will need to set these variables each time you build GIMP.
每次构建GIMP都需要设置这些变量。
After a few minutes, you will have the complete GIMP code.
几分钟后,您将拥有完整的GMIP代码。
Learn how to create an abstract background easily with Gimp.
学习如何用Gimp简单的创建一个抽象背景。
And what better way for me to endorse GIMP than a list of good plugins?
那还有什么方式比一系列好插件更能让我认可GIMP呢?
Create a new file in The Gimp with a transparent background at 3520x720.
在Gimp中创建一个具有3520 x 720透明背景的新文件。
Then switch to the GIMP source base directory and type the code in Listing 6.
然后切换到gimp源基目录并输入清单6中的代码。
This is especially true if you try to build GIMP master — the development version.
如果您试图构建GIMP主分支 —开发版本,则这尤其正确。
This will avoid conflict with the system-installed stable GIMP itself (see Listing 5).
这将避免与系统安装的稳定GIMP本身冲突(参见清单5)。
To retrieve the latest development version, just type git clone git://git.gnome.org/gimp from the command line.
要获取最新的开发版本,只需从命令行键入git clone git://git.gnome.org/gimp。
To retrieve the latest development version, just type git clone git://git.gnome.org/gimp from the command line.
要获取最新的开发版本,只需从命令行键入git clone git://git.gnome.org/gimp。
应用推荐