libvips/cplusplus
John Cupitt 2be0b97dce switch to g_warning()_/g_info()
we had vips_warn() and vips_info(), but they are a bit crappy ... switch
to g_warning() and g_info() instead

see https://github.com/jcupitt/libvips/issues/544
2017-01-03 15:52:27 +00:00
..
examples add tests for C++ += etc 2016-06-11 20:14:48 +01:00
include add tests for thumbnail 2016-11-02 13:51:09 +00:00
Makefile.am add VInterpolate wrapper class 2015-01-30 21:19:58 +00:00
README cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
VError.cpp naming improvements 2014-11-05 14:04:46 +00:00
VImage.cpp switch to g_warning()_/g_info() 2017-01-03 15:52:27 +00: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 add tests for thumbnail 2016-11-02 13:51:09 +00: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.