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>
|
|
|
|
for VIPS @IM_VERSION@
|
|
|
|
The latest version of this documentation can be found on-line at
|
|
|
|
<ulink role="online-location"
|
|
|
|
url="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation</ulink>.
|
|
|
|
</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-01 20:05:55 +02:00
|
|
|
<xi:include href="xml/header.xml"/>
|
2009-10-12 17:27:18 +02:00
|
|
|
<xi:include href="xml/check.xml"/>
|
2009-10-02 12:22:16 +02:00
|
|
|
<xi:include href="xml/callback.xml"/>
|
2009-10-01 19:30:02 +02:00
|
|
|
<xi:include href="xml/meta.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"/>
|
2009-11-01 11:39:17 +01:00
|
|
|
<xi:include href="xml/threadgroup.xml"/>
|
2009-10-12 17:27:18 +02:00
|
|
|
<xi:include href="xml/error.xml"/>
|
2009-10-20 18:15:39 +02:00
|
|
|
<xi:include href="xml/memory.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"/>
|
|
|
|
<xi:include href="xml/boolean.xml"/>
|
|
|
|
<xi:include href="xml/relational.xml"/>
|
2009-11-01 11:39:17 +01:00
|
|
|
<xi:include href="xml/colour.xml"/>
|
2009-09-23 22:22:33 +02:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
2009-11-02 23:01:09 +01:00
|
|
|
<title>VIPS operation API by section (no gtkdoc comments yet)</title>
|
|
|
|
<xi:include href="xml/conversion.xml"/>
|
2009-11-03 12:09:11 +01:00
|
|
|
<xi:include href="xml/convolution.xml"/>
|
|
|
|
<xi:include href="xml/mask.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/format.xml"/>
|
|
|
|
<xi:include href="xml/interpolate.xml"/>
|
|
|
|
<xi:include href="xml/object.xml"/>
|
|
|
|
<xi:include href="xml/proto.xml"/>
|
|
|
|
<xi:include href="xml/transform.xml"/>
|
|
|
|
<xi:include href="xml/util.xml"/>
|
|
|
|
<xi:include href="xml/version.xml"/>
|
|
|
|
<xi:include href="xml/type.xml"/>
|
|
|
|
<xi:include href="xml/rect.xml"/>
|
|
|
|
<xi:include href="xml/semaphore.xml"/>
|
|
|
|
<xi:include href="xml/dispatch.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>
|