70 lines
2.3 KiB
XML
70 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<!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>VIPS Reference Manual</title>
|
|
<releaseinfo>
|
|
For VIPS @VIPS_VERSION@.
|
|
The latest version of this documentation can be found on the
|
|
<ulink role="online-location"
|
|
url="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>Core VIPS API</title>
|
|
<xi:include href="xml/image.xml"/>
|
|
<xi:include href="xml/region.xml"/>
|
|
<xi:include href="xml/generate.xml"/>
|
|
<xi:include href="xml/header.xml"/>
|
|
<xi:include href="xml/operation.xml"/>
|
|
<xi:include href="xml/rect.xml"/>
|
|
<xi:include href="xml/threadpool.xml"/>
|
|
<xi:include href="xml/object.xml"/>
|
|
<xi:include href="xml/memory.xml"/>
|
|
<xi:include href="xml/error.xml"/>
|
|
<xi:include href="xml/buf.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>VIPS 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/freq_filt.xml"/>
|
|
<xi:include href="xml/histograms_lut.xml"/>
|
|
<xi:include href="xml/inplace.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>
|
|
</index>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|