libvips/cplusplus/include
John Cupitt ca6410e1a6 make members and getters "const" in cpp api
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
2018-06-11 14:30:17 +01:00
..
vips make members and getters "const" in cpp api 2018-06-11 14:30:17 +01:00
Makefile.am start vips8++ 2014-10-20 11:50:34 +01:00