On Tue, 22 Jan 2019 19:39:40 +0100, Mike Wey wrote:

Since libvips uses/supports goject introspection you could use gir-to-d
to generate the binding:

girtod -i /usr/share/gir-1.0/Vips-8.0.gir

This will generate a libvips binding that depends on GlibD or GtkD (in
the future GtkD will depend on GlibD but that still a work in progress).

Sorry to triple post - this seems to work smoothly except that it seems to generate
a single class with the name ObjectVips,vips. Is this the expected behavior?

Other than that, the tool seems very handy. Thanks again.