This file is indexed.

/usr/share/doc/python-imaging/html/pilconvert.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
<html><head><title>The pilconvert Utility</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="PILCONVERT-COMMAND" class="chapter"><h1 style="chapter">The pilconvert Utility</h1><p>Convert an image from one format to another.  The output format
is determined by the target extension, unless explicitly specified
with the <tt>-c</tt> option.</p><pre>    $ pilconvert lena.tif lena.png
    $ pilconvert -c JPEG lena.tif lena.tmp</pre></div></body></html>