imgtoppm - Man Page
convert an Img-whatnot file into a PPM image
Examples (TL;DR)
- Convert an input image to PPM format:
imgtoppm path/to/input > path/to/output.ppm
- Display version:
imgtoppm -version
Synopsis
imgtoppm [imgfile]
Description
This program is part of Netpbm(1).
imgtoppmreads an Img-whatnot file as input and produces a PPM image as output. The Img-whatnot toolkit is available for FTP on venera.isi.edu, along with numerous images in this format.
Options
There are no command line options defined specifically for imgtoppm, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
ppm(1)
Author
Based on a simple conversion program posted to comp.graphics by Ed Falk.
Copyright (C) 1989 by Jef Poskanzer.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Info
05 September 1989 netpbm documentation