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() ```
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.