libvips/cplusplus
Lovell Fuller e1aef0445b MSVC requires __declspec first for return by reference
Ensure consistent modifier order across all exported functions
Move assignment operators to be "outside" definitions to aid export
2016-10-15 22:02:24 +01:00
..
examples add tests for C++ += etc 2016-06-11 20:14:48 +01:00
include MSVC requires __declspec first for return by reference 2016-10-15 22:02:24 +01:00
Makefile.am
README
VError.cpp
VImage.cpp MSVC requires __declspec first for return by reference 2016-10-15 22:02:24 +01:00
VInterpolate.cpp remove exception specs from vips8 C++ interface 2016-01-09 14:52:05 +00:00
gen-operators.py final fixups 2016-07-24 14:47:22 +01:00
vips-operators.cpp regen cpp binding 2016-08-18 16:03:33 +01:00

README

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.