18 lines
553 B
Markdown
18 lines
553 B
Markdown
<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.
|
|
|
|
The documentation for this API is in a [different part of the
|
|
website](https://libvips.github.io/libvips/API/current/cpp).
|