mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00

* added /common/pages/pbmtogem.md * Update pages/common/pbmtogem.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
408 B
408 B
pbmtogem
Read a PBM image as input and produce a compressed GEM .img file as output.
pbmtogem
cannot compress repeated lines. More information: https://netpbm.sourceforge.net/doc/pbmtogem.html.
- 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