pbmtoplot - Man Page
convert a PBM image into a Unix 'plot' file
Examples (TL;DR)
- Convert a PBM image into a UNIX plot file:
pbmtoplot path/to/image.pbm > path/to/output.plot
Synopsis
pbmtoplot [pbmfile]
Description
This program is part of Netpbm(1).
pbmtoplot reads a PBM image as input and produces a Unix plot file as output.
Note that there is no plottopbm tool - this transformation is one-way.
Options
There are no command line options defined specifically for pbmtoplot, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
pbm(1), plot(1)
Author
Copyright (C) 1990 by Arthur David Olson.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Info
01 September 1990 netpbm documentation