22 lines
858 B
XML
22 lines
858 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
<refentry id="libvips-from-C++.md">
|
|
|
|
|
|
<para>
|
|
<refmeta> <refentrytitle>libvips from C++</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo>libvips</refmiscinfo> </refmeta>
|
|
</para>
|
|
<para>
|
|
<refnamediv> <refname>C++</refname> <refpurpose>Using libvips from C++</refpurpose> </refnamediv>
|
|
</para>
|
|
<para>
|
|
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.
|
|
</para>
|
|
<para>
|
|
The documentation for this API is in a <link xlink:href="https://libvips.github.io/libvips/API/current/cpp">different part of the website</link>.
|
|
</para>
|
|
|
|
|
|
</refentry>
|