1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/common/pbmtogem.md
Antti Savolainen e1d44b5166 batch3
2025-03-28 18:12:09 +02:00

426 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 {{[-q|-quiet]}}

  • Display version:

pbmtogem {{[-v|-version]}}