2009-08-16 17:00:08 +02:00
|
|
|
<?xml version="1.0"?>
|
2014-11-16 19:01:19 +01:00
|
|
|
<!-- vim: set ts=2 sw=2 expandtab: -->
|
2009-08-16 17:00:08 +02:00
|
|
|
<!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"
|
2014-12-18 18:20:59 +01:00
|
|
|
url="http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.
|
2009-08-16 17:00:08 +02:00
|
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
2014-07-25 10:22:49 +02:00
|
|
|
<chapter>
|
|
|
|
<title>VIPS Overview</title>
|
2014-11-16 19:01:19 +01:00
|
|
|
<para>
|
|
|
|
VIPS 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. VIPS is released under the GNU Library
|
|
|
|
General Public License (GNU LGPL).
|
|
|
|
</para>
|
2014-07-25 10:22:49 +02:00
|
|
|
|
2014-11-16 19:01:19 +01:00
|
|
|
<xi:include href="xml/using-command-line.xml"/>
|
|
|
|
<xi:include href="xml/using-C.xml"/>
|
|
|
|
<xi:include href="xml/using-python.xml"/>
|
|
|
|
<xi:include href="xml/using-cpp.xml"/>
|
|
|
|
<xi:include href="xml/binding.xml"/>
|
|
|
|
<xi:include href="xml/extending.xml"/>
|
2015-01-02 13:39:20 +01:00
|
|
|
<xi:include href="xml/function-list.xml"/>
|
2015-01-02 17:35:29 +01:00
|
|
|
<xi:include href="xml/file-format.xml"/>
|
2015-04-27 11:57:27 +02:00
|
|
|
<xi:include href="xml/using-threads.xml"/>
|
2014-07-25 10:22:49 +02:00
|
|
|
</chapter>
|
|
|
|
|
2009-08-16 17:00:08 +02:00
|
|
|
<chapter>
|
2009-10-01 19:30:02 +02:00
|
|
|
<title>Core VIPS API</title>
|
2014-07-25 10:22:49 +02:00
|
|
|
<xi:include href="xml/vips.xml"/>
|
2009-09-23 22:22:33 +02:00
|
|
|
<xi:include href="xml/image.xml"/>
|
2011-07-26 23:37:03 +02:00
|
|
|
<xi:include href="xml/header.xml"/>
|
2014-07-25 10:22:49 +02:00
|
|
|
<xi:include href="xml/generate.xml"/>
|
2011-07-26 23:37:03 +02:00
|
|
|
<xi:include href="xml/operation.xml"/>
|
2014-07-25 10:22:49 +02:00
|
|
|
<xi:include href="xml/error.xml"/>
|
|
|
|
<xi:include href="xml/memory.xml"/>
|
|
|
|
<xi:include href="xml/region.xml"/>
|
|
|
|
<xi:include href="xml/type.xml"/>
|
2011-07-26 23:37:03 +02:00
|
|
|
<xi:include href="xml/rect.xml"/>
|
|
|
|
<xi:include href="xml/object.xml"/>
|
2014-07-25 10:22:49 +02:00
|
|
|
<xi:include href="xml/threadpool.xml"/>
|
2009-10-01 19:30:02 +02:00
|
|
|
<xi:include href="xml/buf.xml"/>
|
2014-11-17 13:25:46 +01:00
|
|
|
<xi:include href="xml/basic.xml"/>
|
2009-10-01 19:30:02 +02:00
|
|
|
</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"/>
|
2013-07-03 15:01:46 +02:00
|
|
|
<xi:include href="xml/histogram.xml"/>
|
2014-03-17 14:56:55 +01:00
|
|
|
<xi:include href="xml/draw.xml"/>
|
2011-02-02 15:24:58 +01:00
|
|
|
<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"/>
|
2013-06-13 11:12:22 +02:00
|
|
|
<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>
|
2014-07-25 10:22:49 +02:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2009-08-16 17:00:08 +02:00
|
|
|
</index>
|
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
</book>
|