gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages (#11402)

* gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2023-11-07 14:15:14 +01:00
committed by GitHub
parent 1e6b225a65
commit 425cadc57a
5 changed files with 68 additions and 0 deletions

16
pages/common/gemtopnm.md Normal file
View File

@@ -0,0 +1,16 @@
# gemtopbm
> Convert a GEM image file into a PNM image.
> More information: <https://netpbm.sourceforge.net/doc/gemtopnm.html>.
- Convert a GEM image file to a PNM image:
`gemtopbm {{path/to/file.img}} > {{path/to/output.pbm}}`
- Describe the contents of the specified GEM image:
`gemtopbm -d {{path/to/file.img}}`
- Display version:
`gemtopbm -version`