eg. VImage::width() is now int VImage::width() const; ie. it does not alter the image objects. In factr we can mark almost all members const. see https://github.com/jcupitt/libvips/issues/983 |
||
---|---|---|
.. | ||
examples | ||
include | ||
gen-operators.py | ||
Makefile.am | ||
README | ||
VError.cpp | ||
VImage.cpp | ||
VInterpolate.cpp | ||
vips-operators.cpp |
This is the vips8 C++ binding. The old vips7 binding is still there, but this one is better. See the vips API docs for documentation.