2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pbmtogem {{[-q|-quiet]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pbmtogem {{[-v|-version]}}`
|