pygegl
A Python extension providing access to GEGL.
Features
- Covers most of the GEGL API.
- A layer of syntactic sugar to make programming GEGL from python easier.
Download
Pygegl has no official release yet, the code lives in the GNOME git repository and can be browsed online.
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 Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Contributors
Manish Singh
Portions of the code are derived from PyGTK, and the samples are ported from the rgegl binding by Øyvind Kolås.