106 lines
3.9 KiB
XML
106 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<!-- vim: set ts=2 sw=2 expandtab: -->
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
|
[
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>libvips Reference Manual</title>
|
|
<releaseinfo>
|
|
For VIPS @VIPS_VERSION@. The latest version of this documentation can be
|
|
found on the <ulink role="online-location" url="/libvips">VIPS
|
|
website</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>libvips Overview</title>
|
|
<para>
|
|
libvips is a free image processing system. It is good with large
|
|
images (images larger than the amount of RAM you have available), with
|
|
many CPUs (speed scales linearly to at least 32 threads), for working
|
|
with colour, for scientific analysis and for general research
|
|
and development. As well as JPEG, TIFF and PNG images, it also
|
|
supports scientific formats like FITS, Matlab, Analyze, PFM,
|
|
Radiance and OpenSlide. It works on many UNIX-like platforms,
|
|
as well as Windows and OS X. libvips is released under the GNU Library
|
|
General Public License (GNU LGPL).
|
|
</para>
|
|
|
|
<xi:include href="xml/using-command-line.xml"/>
|
|
<xi:include href="xml/using-C.xml"/>
|
|
<xi:include href="xml/libvips-from-C++.xml"/>
|
|
<xi:include href="xml/binding.xml"/>
|
|
<xi:include href="xml/extending.xml"/>
|
|
<xi:include href="xml/function-list.xml"/>
|
|
<xi:include href="xml/file-format.xml"/>
|
|
<xi:include href="xml/using-threads.xml"/>
|
|
<xi:include href="xml/How-it-works.xml"/>
|
|
<xi:include href="xml/How-it-opens-files.xml"/>
|
|
<xi:include href="xml/Making-image-pyramids.xml"/>
|
|
<xi:include href="xml/Using-vipsthumbnail.xml"/>
|
|
<xi:include href="xml/Examples.xml"/>
|
|
<xi:include href="xml/Cite.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Core libvips API</title>
|
|
<xi:include href="xml/vips.xml"/>
|
|
<xi:include href="xml/image.xml"/>
|
|
<xi:include href="xml/header.xml"/>
|
|
<xi:include href="xml/generate.xml"/>
|
|
<xi:include href="xml/operation.xml"/>
|
|
<xi:include href="xml/error.xml"/>
|
|
<xi:include href="xml/memory.xml"/>
|
|
<xi:include href="xml/region.xml"/>
|
|
<xi:include href="xml/type.xml"/>
|
|
<xi:include href="xml/rect.xml"/>
|
|
<xi:include href="xml/object.xml"/>
|
|
<xi:include href="xml/threadpool.xml"/>
|
|
<xi:include href="xml/buf.xml"/>
|
|
<xi:include href="xml/connection.xml"/>
|
|
<xi:include href="xml/sbuf.xml"/>
|
|
<xi:include href="xml/basic.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>libvips operation API by section</title>
|
|
<xi:include href="xml/arithmetic.xml"/>
|
|
<xi:include href="xml/colour.xml"/>
|
|
<xi:include href="xml/conversion.xml"/>
|
|
<xi:include href="xml/convolution.xml"/>
|
|
<xi:include href="xml/foreign.xml"/>
|
|
<xi:include href="xml/freqfilt.xml"/>
|
|
<xi:include href="xml/histogram.xml"/>
|
|
<xi:include href="xml/draw.xml"/>
|
|
<xi:include href="xml/interpolate.xml"/>
|
|
<xi:include href="xml/morphology.xml"/>
|
|
<xi:include href="xml/mosaicing.xml"/>
|
|
<xi:include href="xml/create.xml"/>
|
|
<xi:include href="xml/resample.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Other API (no gtkdoc comments yet)</title>
|
|
<xi:include href="xml/transform.xml"/>
|
|
<xi:include href="xml/util.xml"/>
|
|
<xi:include href="xml/version.xml"/>
|
|
<xi:include href="xml/semaphore.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="object-tree">
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
</chapter>
|
|
|
|
<index id="api-index-full">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|