2009-08-16 15:00:08 +00:00
|
|
|
<?xml version="1.0"?>
|
2014-11-16 18:01:19 +00:00
|
|
|
<!-- vim: set ts=2 sw=2 expandtab: -->
|
2009-08-16 15:00:08 +00: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 22:37:03 +01:00
|
|
|
For VIPS @VIPS_VERSION@.
|
2009-11-03 19:03:47 +00:00
|
|
|
The latest version of this documentation can be found on the
|
2009-08-16 15:00:08 +00:00
|
|
|
<ulink role="online-location"
|
2014-12-18 17:20:59 +00:00
|
|
|
url="http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.
|
2009-08-16 15:00:08 +00:00
|
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
2014-07-25 09:22:49 +01:00
|
|
|
<chapter>
|
|
|
|
<title>VIPS Overview</title>
|
2014-11-16 18:01:19 +00: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 09:22:49 +01:00
|
|
|
|
2014-11-16 18:01:19 +00: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 12:39:20 +00:00
|
|
|
<xi:include href="xml/function-list.xml"/>
|
2015-01-02 16:35:29 +00:00
|
|
|
<xi:include href="xml/file-format.xml"/>
|
2015-04-27 10:57:27 +01:00
|
|
|
<xi:include href="xml/using-threads.xml"/>
|
2014-07-25 09:22:49 +01:00
|
|
|
</chapter>
|
|
|
|
|
2009-08-16 15:00:08 +00:00
|
|
|
<chapter>
|
2009-10-01 17:30:02 +00:00
|
|
|
<title>Core VIPS API</title>
|
2014-07-25 09:22:49 +01:00
|
|
|
<xi:include href="xml/vips.xml"/>
|
2009-09-23 20:22:33 +00:00
|
|
|
<xi:include href="xml/image.xml"/>
|
2011-07-26 22:37:03 +01:00
|
|
|
<xi:include href="xml/header.xml"/>
|
2014-07-25 09:22:49 +01:00
|
|
|
<xi:include href="xml/generate.xml"/>
|
2011-07-26 22:37:03 +01:00
|
|
|
<xi:include href="xml/operation.xml"/>
|
2014-07-25 09:22:49 +01: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 22:37:03 +01:00
|
|
|
<xi:include href="xml/rect.xml"/>
|
|
|
|
<xi:include href="xml/object.xml"/>
|
2014-07-25 09:22:49 +01:00
|
|
|
<xi:include href="xml/threadpool.xml"/>
|
2009-10-01 17:30:02 +00:00
|
|
|
<xi:include href="xml/buf.xml"/>
|
2014-11-17 12:25:46 +00:00
|
|
|
<xi:include href="xml/basic.xml"/>
|
2009-10-01 17:30:02 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>VIPS operation API by section</title>
|
2009-09-23 20:22:33 +00:00
|
|
|
<xi:include href="xml/arithmetic.xml"/>
|
2009-11-01 10:39:17 +00:00
|
|
|
<xi:include href="xml/colour.xml"/>
|
2010-02-02 21:55:29 +00:00
|
|
|
<xi:include href="xml/conversion.xml"/>
|
2010-02-03 16:24:05 +00:00
|
|
|
<xi:include href="xml/convolution.xml"/>
|
2011-12-22 12:12:27 +00:00
|
|
|
<xi:include href="xml/foreign.xml"/>
|
2014-01-07 09:14:53 +00:00
|
|
|
<xi:include href="xml/freqfilt.xml"/>
|
2013-07-03 14:01:46 +01:00
|
|
|
<xi:include href="xml/histogram.xml"/>
|
2014-03-17 13:56:55 +00:00
|
|
|
<xi:include href="xml/draw.xml"/>
|
2011-02-02 14:24:58 +00:00
|
|
|
<xi:include href="xml/interpolate.xml"/>
|
2010-11-12 11:47:24 +00:00
|
|
|
<xi:include href="xml/morphology.xml"/>
|
2011-01-25 13:12:22 +00:00
|
|
|
<xi:include href="xml/mosaicing.xml"/>
|
2013-06-13 10:12:22 +01:00
|
|
|
<xi:include href="xml/create.xml"/>
|
2009-11-03 19:03:47 +00:00
|
|
|
<xi:include href="xml/resample.xml"/>
|
2009-11-02 22:01:09 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Other API (no gtkdoc comments yet)</title>
|
2009-08-16 15:00:08 +00: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 20:22:33 +00:00
|
|
|
|
2009-08-16 15:00:08 +00:00
|
|
|
<chapter id="object-tree">
|
|
|
|
<title>Object Hierarchy</title>
|
|
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
|
|
</chapter>
|
2009-09-23 20:22:33 +00:00
|
|
|
|
2009-08-16 15:00:08 +00: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 09:22:49 +01:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2009-08-16 15:00:08 +00:00
|
|
|
</index>
|
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
</book>
|