pbmtogem - Man Page
convert a PBM image into a GEM .img file
Examples (TL;DR)
- Convert a PBM image into a GEM .img file:
pbmtogem path/to/file.pbm > path/to/file.img
- Suppress all informational messages:
pbmtogem -quiet
- Display version:
pbmtogem -version
Synopsis
pbmtogem [pbmfile]
Description
This program is part of Netpbm(1).
pbmtogem reads a PBM image as input and produces a compressed GEM .img file as output.
Options
There are no command line options defined specifically for pbmtogem, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
Limitations
pbmtogem cannot compress repeated lines.
See Also
gemtopbm(1), pbm(1)
Author
Copyright (C) 1988 by David Beckemeyer (bdt!david) and Jef Poskanzer.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
11 July 1992 netpbm documentation