/usr/share/doc/python-imaging/html/pilfile.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 | <html><head><title>The pilfile Utility</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="PILFILE-COMMAND" class="chapter"><h1 style="chapter">The pilfile Utility</h1><p>This utility identifies image files, showing the file format,
size, and mode for every image it can identify.</p><pre> $ pilfile *.tif
lena.tif: TIFF 128x128 RGB</pre><p>Use the <tt>-i</tt> option to display the info member. Use
the <tt>-t</tt> option to display the tile descriptor (which
contains information used to load the image).</p></div></body></html>
|