2012-01-05 14:26:25 +01:00
|
|
|
vips8 binding for Python
|
|
|
|
|
|
|
|
This binding adds a few small helper functions to the gobject-introspection
|
|
|
|
binding for libvips.
|
|
|
|
|
2014-11-03 13:01:53 +01:00
|
|
|
The test/ directory has a test suite.
|
2014-10-13 15:21:05 +02:00
|
|
|
|
2014-11-03 13:01:53 +01:00
|
|
|
Vips.py needs to be in the overrides directory of your gobject-introspection
|
|
|
|
pygobject area, for example:
|
2014-10-13 15:21:05 +02:00
|
|
|
|
|
|
|
sudo cp Vips.py /usr/lib/python2.7/dist-packages/gi/overrides
|
2014-11-03 13:01:53 +01:00
|
|
|
|
|
|
|
|