libvips/doc/libvips-from-C++.md

20 lines
551 B
Markdown
Raw Permalink Normal View History

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
2022-12-23 12:50:07 +01:00
<ulink url="https://libvips.github.io/libvips/API/current/cpp">
2021-06-04 17:57:08 +02:00
C++ API documentation</ulink>
for more details.