6a25b04974
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 |
||
---|---|---|
.. | ||
example | ||
test | ||
find_class_methods.py | ||
Makefile.am | ||
README.txt | ||
Vips.py |
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