File: pilfile.htm

package info (click to toggle)
python-imaging-doc-handbook 1.1.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 432 kB
  • ctags: 2
  • sloc: makefile: 31; sh: 10
file content (5 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (3)
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>