libvips/cplusplus
John Cupitt e236f19f97 add fallbacks to new_from_stream
If the stream-based loaders fail, vips_image_new_from_stream() now falls
back to the old file and buffer loaders.

The file and buffer loaders already try the stream loaders first.
2019-12-10 17:19:12 +00:00
..
examples
include Update C++ binding and function list 2019-11-29 14:51:03 +01:00
Makefile.am
README
VError.cpp
VImage.cpp add fallbacks to new_from_stream 2019-12-10 17:19:12 +00:00
VInterpolate.cpp revert to call-by-value for c++ API 2019-11-13 08:44:59 +00:00
VStream.cpp rename new_from_filename as new_from_file 2019-11-22 17:13:20 +00:00
gen-operators.py Update C++ binding and function list 2019-11-29 14:51:03 +01:00
vips-operators.cpp Update C++ binding and function list 2019-11-29 14:51:03 +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.