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:
16
pages/common/gemtopnm.md
Normal file
16
pages/common/gemtopnm.md
Normal 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`
|
Reference in New Issue
Block a user