libvips/python/README.md

22 lines
607 B
Markdown
Raw Normal View History

2014-12-10 16:31:22 +01:00
# vips8 binding for Python
This overrides file adds a few small helper functions to the
2014-12-10 18:02:51 +01:00
gobject-introspection binding for libvips. It works with python2.7 and
python3.4.
2014-12-10 16:31:22 +01:00
There's a chapter in the libvips API docs on these overrides, see "Using
libvips from Python".
2014-12-10 18:02:51 +01:00
vips-x.y.z/test has a test suite. Again, the test suite works with python2.7
and python3.4.
2014-12-10 16:31:22 +01:00
Vips.py needs to be in the overrides directory of your gobject-introspection
pygobject area, for example:
sudo cp Vips.py /usr/lib/python2.7/dist-packages/gi/overrides
2014-12-10 18:02:51 +01:00
or
2014-12-15 12:57:35 +01:00
sudo cp Vips.py /usr/lib/python3/dist-packages/gi/overrides
2014-12-10 18:02:51 +01:00