2020-09-09 13:49:48 +02:00
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>libvips from C++</refentrytitle>
|
|
|
|
<manvolnum>3</manvolnum>
|
|
|
|
<refmiscinfo>libvips</refmiscinfo>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
|
|
|
<refname>C++</refname>
|
|
|
|
<refpurpose>Using libvips from C++</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
libvips comes with a convenient C++ API. It is a very thin wrapper over the
|
|
|
|
C API and adds automatic reference counting, exceptions, operator
|
|
|
|
overloads, and automatic constant expansion.
|
|
|
|
|
2021-06-04 17:57:08 +02:00
|
|
|
See the
|
|
|
|
<ulink url="https://libvips.github.io/libvips/API/8.11/cpp">
|
|
|
|
C++ API documentation</ulink>
|
|
|
|
for more details.
|