libvips/cplusplus
John Cupitt 562da3e5ab rename new_from_filename as new_from_file
So VipsStreami matches VipsImage. Same for new_to_filename.
2019-11-22 17:13:20 +00:00
..
examples update resize C++ example 2019-08-04 17:43:35 +01:00
include rename new_from_filename as new_from_file 2019-11-22 17:13:20 +00:00
gen-operators.py Add support for streaming in the C++ binding 2019-11-10 13:46:29 +01:00
Makefile.am Add support for streaming in the C++ binding 2019-11-10 13:46:29 +01:00
README cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
VError.cpp Add a std::string overload function for new_from_buffer 2019-01-11 13:53:09 +01:00
VImage.cpp revert to call-by-value for c++ API 2019-11-13 08:44:59 +00:00
VInterpolate.cpp revert to call-by-value for c++ API 2019-11-13 08:44:59 +00:00
vips-operators.cpp update cpp interface for stream variable rename 2019-11-11 09:24:45 +00:00
VStream.cpp rename new_from_filename as new_from_file 2019-11-22 17:13:20 +00: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.