more small doc tweaks
This commit is contained in:
parent
c501e024dc
commit
4073f8082b
@ -7,26 +7,26 @@
|
|||||||
]>
|
]>
|
||||||
<book id="index">
|
<book id="index">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>VIPS Reference Manual</title>
|
<title>libvips Reference Manual</title>
|
||||||
<releaseinfo>
|
<releaseinfo>
|
||||||
For VIPS @VIPS_VERSION@.
|
For libvips @VIPS_VERSION@.
|
||||||
The latest version of this documentation can be found on the
|
The latest version of this documentation can be found on the
|
||||||
<ulink role="online-location"
|
<ulink role="online-location"
|
||||||
url="http://libvips.github.io/libvips/API/current/">VIPS website</ulink>.
|
url="http://libvips.github.io/libvips/API/current/">libvips website</ulink>.
|
||||||
</releaseinfo>
|
</releaseinfo>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>VIPS Overview</title>
|
<title>libvips Overview</title>
|
||||||
<para>
|
<para>
|
||||||
VIPS is a free image processing system. It is good with large
|
libvips is a free image processing system. It is good with large
|
||||||
images (images larger than the amount of RAM you have available), with
|
images (images larger than the amount of RAM you have available), with
|
||||||
many CPUs (speed scales linearly to at least 32 threads), for working
|
many CPUs (speed scales linearly to at least 32 threads), for working
|
||||||
with colour, for scientific analysis and for general research
|
with colour, for scientific analysis and for general research
|
||||||
and development. As well as JPEG, TIFF and PNG images, it also
|
and development. As well as JPEG, TIFF and PNG images, it also
|
||||||
supports scientific formats like FITS, Matlab, Analyze, PFM,
|
supports scientific formats like FITS, Matlab, Analyze, PFM,
|
||||||
Radiance and OpenSlide. It works on many UNIX-like platforms,
|
Radiance and OpenSlide. It works on many UNIX-like platforms,
|
||||||
as well as Windows and OS X. VIPS is released under the GNU Library
|
as well as Windows and OS X. libvips is released under the GNU Library
|
||||||
General Public License (GNU LGPL).
|
General Public License (GNU LGPL).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>Core VIPS API</title>
|
<title>Core libvips API</title>
|
||||||
<xi:include href="xml/vips.xml"/>
|
<xi:include href="xml/vips.xml"/>
|
||||||
<xi:include href="xml/image.xml"/>
|
<xi:include href="xml/image.xml"/>
|
||||||
<xi:include href="xml/header.xml"/>
|
<xi:include href="xml/header.xml"/>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>VIPS operation API by section</title>
|
<title>libvips operation API by section</title>
|
||||||
<xi:include href="xml/arithmetic.xml"/>
|
<xi:include href="xml/arithmetic.xml"/>
|
||||||
<xi:include href="xml/colour.xml"/>
|
<xi:include href="xml/colour.xml"/>
|
||||||
<xi:include href="xml/conversion.xml"/>
|
<xi:include href="xml/conversion.xml"/>
|
||||||
|
@ -13,5 +13,5 @@ libvips comes with a convenient C++ API. It is a very thin wrapper over the
|
|||||||
C API and adds automatic reference counting, exceptions, operator
|
C API and adds automatic reference counting, exceptions, operator
|
||||||
overloads, and automatic constant expansion.
|
overloads, and automatic constant expansion.
|
||||||
|
|
||||||
The documentation for this API is in a [separate section of the
|
The documentation for this API is in a [different part of the
|
||||||
website](/libvips/API/current/cpp).
|
website](https://libvips.github.io/libvips/API/current/cpp).
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
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.
|
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>
|
||||||
<para>
|
<para>
|
||||||
The documentation for this API is in a <link xlink:href="/libvips/API/current/cpp">separate refsect3 of the website</link>.
|
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>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user