libvips/cplusplus
John Cupitt 6440830315 required C++ output params were broken
see https://github.com/jcupitt/libvips/pull/213

this now works:

        VImage rows;
	VImage cols = in.profile( &rows );
2015-01-06 11:51:53 +00:00
..
examples required C++ output params were broken 2015-01-06 11:51:53 +00:00
include required C++ output params were broken 2015-01-06 11:51:53 +00:00
Makefile.am get make dist going 2014-11-18 14:52:52 +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 cpp can set enums from strings 2014-12-30 11:27:04 +00:00
gen-operators.py required C++ output params were broken 2015-01-06 11:51:53 +00:00
vips-operators.cpp required C++ output params were broken 2015-01-06 11:51:53 +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.