libvips/libvipsCC
John Cupitt b085908558 remove vips7 stuff from API
You must now include vips7 support explicitly with

	#include <vips/vips7compat.h>

in your code just after including `vips.h`.

The old vips7 names, such as `Rect`, were starting to cause problems
with other packages like opencv.
2018-05-16 15:08:21 +01:00
..
include remove "throw" from c++ autogen tools 2017-11-26 17:55:50 +00:00
Makefile.am cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
README.txt cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
VDisplay.cc remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
VError.cc remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
VImage.cc remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
VMask.cc remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
vipsc++.cc remove "throw" from c++ autogen tools 2017-11-26 17:55:50 +00:00

README.txt

This is the old vips7 C++ API. Use the vips8 one in preference for new
projects.