pygegl
A Python extension providing access to GEGL.
Features
- Covers most of the GEGL API.
Download
Pygegl has no official release yet, the code lives in the GEGL module in GNOME subversion and can be browsed online and checked out from GNOME Subversion using:
svn co http://svn.gnome.org/svn/gegl/trunk/bindings/pygegl pygegl
Building
To build pygegl type the following in the toplevel source directory:
$ ./autogen.sh $ make $ sudo make install
Samples
Samples of how to use pygegl are distributed with the source and can be browsed online.
Copyright
pygegl is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Contributors
Victor Bogado da Silva Lins, Kevin Cozens