libvips/python
John Cupitt 6a25b04974 better docstrings
you now see:

class_method(cls, *args, **kwargs) method of gi.types.GObjectMeta
instance
    make a black image
    usage:
       out = Vips.Image.black(width, height, bands = gint)

    where:
       out        - Output image, VipsImage

    required parameters:
       width      - Image width in pixels, gint
       height     - Image height in pixels, gint

    optional parameters:
       bands      - Number of bands in image, gint
2014-11-13 14:37:59 +00:00
..
example cleanups 2014-10-16 11:22:03 +01:00
test cleanups 2014-10-16 11:22:03 +01:00
find_class_methods.py more Vips.py cleanups 2014-10-14 14:28:59 +01:00
Makefile.am cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
README.txt cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
Vips.py better docstrings 2014-11-13 14:37:59 +00:00

vips8 binding for Python

This binding adds a few small helper functions to the gobject-introspection
binding for libvips.

The test/ directory has a test suite. 

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