libvips/cplusplus
Kyle Schwarz fe815ff587 Add C++ bindings for new_from_memory_steal()
new_from_memory_steal() will create a new image with the input
buffer and will "move" the data into the image. The buffer is then
managed by the image, and will be freed when it goes out of scope.
2020-08-01 21:58:14 -04:00
..
examples update resize C++ example 2019-08-04 17:43:35 +01:00
include Add C++ bindings for new_from_memory_steal() 2020-08-01 21:58:14 -04:00
gen-operators.py Update C++ binding and function list 2020-06-18 14:45:14 +02:00
Makefile.am rename stuff in the C++ API for stream -> source 2019-12-30 17:49:41 +00:00
README cleanup and bump to 7.42 2014-11-03 12:01:53 +00:00
VConnection.cpp rename stuff in the C++ API for stream -> source 2019-12-30 17:49:41 +00:00
VError.cpp Add a std::string overload function for new_from_buffer 2019-01-11 13:53:09 +01:00
VImage.cpp revise docs for _inplace 2020-04-16 12:09:07 +01:00
VInterpolate.cpp revert to call-by-value for c++ API 2019-11-13 08:44:59 +00:00
vips-operators.cpp update cplusplus API for 8.10 2020-07-05 22:38:08 +01: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.