pbmtogem: add page (#11343)

* 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>
pull/23/head
Jai Vignesh J 2023-10-31 15:12:56 +05:30 committed by GitHub
parent 4edfacd864
commit a00e12ca39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages/common/pbmtogem.md Normal file
View File

@ -0,0 +1,17 @@
# 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`