This file is indexed.

/usr/share/doc/python-imaging/html/imagefilter.htm is in python-imaging-doc-html 1.1.2-1.1.

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
<html><head><title>The ImageFilter Module</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="IMAGEFILTER-MODULE" class="chapter"><h1 style="chapter">The ImageFilter Module</h1><p>This module contains definitions for the pre-defined set of
filters, for use with the <a href="image.htm#image-filter-method"><tt>filter</tt></a>
method in the <a href="image.htm#image-module"><tt>Image</tt></a>
class.</p><div class="sect1"><h2 style="sect1">Example</h2><div class="example"><b style="example">Example: Filter an Image</b><pre>import ImageFilter

imout = im.filter(ImageFilter.BLUR)</pre></div></div><div class="sect1"><h2 style="sect1">Filters</h2><p>This version of the library provides the following set of predefined
image enhancement filters:</p><ul><li><p>BLUR</p></li><li><p>CONTOUR</p></li><li><p>DETAIL</p></li><li><p>EDGE_ENHANCE</p></li><li><p>EDGE_ENHANCE_MORE</p></li><li><p>EMBOSS</p></li><li><p>FIND_EDGES</p></li><li><p>SMOOTH</p></li><li><p>SMOOTH_MORE</p></li><li><p>SHARPEN</p></li></ul></div></div></body></html>