libvips/python/old
John Cupitt 405b89b000 get goi try.py going 2012-01-02 11:06:04 +00:00
..
README get goi try.py going 2012-01-02 11:06:04 +00:00
finalizable.py get goi try.py going 2012-01-02 11:06:04 +00:00
test.py get goi try.py going 2012-01-02 11:06:04 +00:00
vipsimage.py get goi try.py going 2012-01-02 11:06:04 +00:00
vipsobject.py get goi try.py going 2012-01-02 11:06:04 +00:00
vipsoperation.py get goi try.py going 2012-01-02 11:06:04 +00:00

README

Experimental Python binding using ctypes

The current Python binding uses swig to wrap the C++ interface. This causes
problems on Windows, since compiling all of the DLLs correctly to work with
the various python binaries is painful, and makes the binding very large.

The idea here is to use ctypes to make a binding that's just Python and which
directly wraps the C API. The new vips8 C API is much more wrapper-friendly,
plus we can reuse parts of the gobject binding, so this should be possible.