libvips/doc/reference/libvips-docs.sgml.in

70 lines
2.3 KiB
Plaintext
Raw Normal View History

2009-08-16 17:00:08 +02:00
<?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>
2011-07-26 23:37:03 +02:00
For VIPS @VIPS_VERSION@.
2009-11-03 20:03:47 +01:00
The latest version of this documentation can be found on the
2009-08-16 17:00:08 +02:00
<ulink role="online-location"
2009-11-03 20:03:47 +01:00
url="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.
2009-08-16 17:00:08 +02:00
</releaseinfo>
</bookinfo>
<chapter>
2009-10-01 19:30:02 +02:00
<title>Core VIPS API</title>
2009-09-23 22:22:33 +02:00
<xi:include href="xml/image.xml"/>
2009-10-08 16:02:38 +02:00
<xi:include href="xml/region.xml"/>
2009-10-11 23:43:22 +02:00
<xi:include href="xml/generate.xml"/>
2011-07-26 23:37:03 +02:00
<xi:include href="xml/header.xml"/>
<xi:include href="xml/operation.xml"/>
<xi:include href="xml/rect.xml"/>
2010-03-21 23:39:47 +01:00
<xi:include href="xml/threadpool.xml"/>
2011-07-26 23:37:03 +02:00
<xi:include href="xml/object.xml"/>
2009-10-20 18:15:39 +02:00
<xi:include href="xml/memory.xml"/>
2011-07-26 23:37:03 +02:00
<xi:include href="xml/error.xml"/>
2009-10-01 19:30:02 +02:00
<xi:include href="xml/buf.xml"/>
</chapter>
<chapter>
<title>VIPS operation API by section</title>
2009-09-23 22:22:33 +02:00
<xi:include href="xml/arithmetic.xml"/>
2009-11-01 11:39:17 +01:00
<xi:include href="xml/colour.xml"/>
2010-02-02 22:55:29 +01:00
<xi:include href="xml/conversion.xml"/>
2010-02-03 17:24:05 +01:00
<xi:include href="xml/convolution.xml"/>
2011-12-22 13:12:27 +01:00
<xi:include href="xml/foreign.xml"/>
2014-01-07 10:14:53 +01:00
<xi:include href="xml/freqfilt.xml"/>
<xi:include href="xml/histogram.xml"/>
2010-09-30 17:27:54 +02:00
<xi:include href="xml/inplace.xml"/>
<xi:include href="xml/interpolate.xml"/>
2010-11-12 12:47:24 +01:00
<xi:include href="xml/morphology.xml"/>
2011-01-25 14:12:22 +01:00
<xi:include href="xml/mosaicing.xml"/>
<xi:include href="xml/create.xml"/>
2009-11-03 20:03:47 +01:00
<xi:include href="xml/resample.xml"/>
2009-11-02 23:01:09 +01:00
</chapter>
<chapter>
<title>Other API (no gtkdoc comments yet)</title>
2009-08-16 17:00:08 +02:00
<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>
2009-09-23 22:22:33 +02:00
2009-08-16 17:00:08 +02:00
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
2009-09-23 22:22:33 +02:00
2009-08-16 17:00:08 +02:00
<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>