a370e5003e
this all works now: ```python from gi.repository import Vips a = Vips.ArrayDouble.new([1,2,3]) a.get() a = Vips.ArrayInt.new([1,2,3]) a.get() a = Vips.ArrayImage.new([c, d, e]) a.get() ``` |
||
---|---|---|
.. | ||
old | ||
vips8 | ||
LICENSE.txt | ||
README.txt | ||
setup.py | ||
try2.py | ||
try3.py | ||
try4.py | ||
try.py |
vips8 binding for Python This binding adds a few small helper functions to the gobject-introspection binding for libvips. This is the vips8 API, so it's not yet fully implemented. Use the older vipsCC binding if you want a more complete system.