libvips/cplusplus
John Cupitt 99313edb68 fix some unknown types
We were missing VipsInterpolate and guint64. Add guint64 set() as well.

see 636e265477 (commitcomment-41589463)
2020-08-19 14:36:50 +01:00
..
examples update resize C++ example 2019-08-04 17:43:35 +01:00
include fix some unknown types 2020-08-19 14:36:50 +01:00
.gitignore add doxygen to the build system 2020-08-17 17:54:42 +01:00
Doxyfile.in add doxygen to the build system 2020-08-17 17:54:42 +01:00
gen-operators.py fix some unknown types 2020-08-19 14:36:50 +01:00
Makefile.am add doxygen to the build system 2020-08-17 17:54:42 +01:00
README cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
VConnection.cpp rename stuff in the C++ API for stream -> source 2019-12-30 17:49:41 +00:00
VError.cpp Add a std::string overload function for new_from_buffer 2019-01-11 13:53:09 +01:00
VImage.cpp fix some unknown types 2020-08-19 14:36:50 +01:00
VInterpolate.cpp revert to call-by-value for c++ API 2019-11-13 08:44:59 +00:00
vips-operators.cpp revise cpp codegen again 2020-08-17 18:07:11 +01:00

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.