/usr/share/gtk-doc/html/libvips/index.html is in libvips-doc 7.38.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VIPS Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="VIPS Reference Manual">
<link rel="next" href="ch01.html" title="Core VIPS API">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">VIPS Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
For VIPS 7.38.5.
The latest version of this documentation can be found on the
<a class="ulink" href="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation" target="_top">VIPS website</a>.
</p></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="chapter"><a href="ch01.html">Core VIPS API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="VipsImage.html">VipsImage</a></span><span class="refpurpose"> — the VIPS image class</span>
</dt>
<dt>
<span class="refentrytitle"><a href="VipsRegion.html">VipsRegion</a></span><span class="refpurpose"> — small, rectangular parts of images</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-generate.html">generate</a></span><span class="refpurpose"> — calculate pixels and pixel buffers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-header.html">header</a></span><span class="refpurpose"> — get, set and walk image headers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="VipsOperation.html">VipsOperation</a></span><span class="refpurpose"> — the VIPS operation base object class</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-rect.html">rect</a></span><span class="refpurpose"> — the VIPS rectangle class</span>
</dt>
<dt>
<span class="refentrytitle"><a href="VipsThreadState.html">VipsThreadState</a></span><span class="refpurpose"> — pools of worker threads</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-VipsArgument.html">VipsArgument</a></span><span class="refpurpose"> — the VIPS base object class</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-memory.html">memory</a></span><span class="refpurpose"> — memory utilities</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-error.html">error</a></span><span class="refpurpose"> — error messages and error handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-buf.html">buf</a></span><span class="refpurpose"> — a string you can append to</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch02.html">VIPS operation API by section</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libvips-arithmetic.html">arithmetic</a></span><span class="refpurpose"> — operations which perform pixel arithmetic, trig, log, statistics</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-colour.html">colour</a></span><span class="refpurpose"> — colour operators</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-conversion.html">conversion</a></span><span class="refpurpose"> — convert images in some way: change band format, change header, insert, extract, join</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-convolution.html">convolution</a></span><span class="refpurpose"> — convolve and correlate images</span>
</dt>
<dt>
<span class="refentrytitle"><a href="VipsForeign.html">VipsForeign</a></span><span class="refpurpose"> — load and save images in a variety of formats</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-freqfilt.html">freqfilt</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-histogram.html">histogram</a></span><span class="refpurpose"> — find, manipulate and apply histograms and lookup tables</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-inplace.html">inplace</a></span><span class="refpurpose"> — in-place paintbox operations: flood, paste, line,
circle</span>
</dt>
<dt>
<span class="refentrytitle"><a href="VipsInterpolate.html">VipsInterpolate</a></span><span class="refpurpose"> — various interpolators: nearest, bilinear, and
some non-linear</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-morphology.html">morphology</a></span><span class="refpurpose"> — morphological operators, rank filters and related image
analysis</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-mosaicing.html">mosaicing</a></span><span class="refpurpose"> — build image mosaics</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-create.html">create</a></span><span class="refpurpose">create <span class="type">VipsImage</span> in various ways</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-resample.html">resample</a></span><span class="refpurpose"> — shrink, expand, rotate with a choice of interpolators</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch03.html">Other API (no gtkdoc comments yet)</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libvips-transform.html">transform</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-util.html">util</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-version.html">version</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libvips-semaphore.html">semaphore</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt>
<dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19</div>
</body>
</html>
|