2023-12-14 12:11:19 +00:00
|
|
|
# gemtopnm
|
2023-11-07 13:15:14 +00:00
|
|
|
|
|
|
|
> 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:
|
|
|
|
|
2023-12-14 12:11:19 +00:00
|
|
|
`gemtopnm {{path/to/file.img}} > {{path/to/output.pnm}}`
|
2023-11-07 13:15:14 +00:00
|
|
|
|
|
|
|
- Describe the contents of the specified GEM image:
|
|
|
|
|
2023-12-14 12:11:19 +00:00
|
|
|
`gemtopnm -d {{path/to/file.img}}`
|
2023-11-07 13:15:14 +00:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
2023-12-14 12:11:19 +00:00
|
|
|
`gemtopnm -version`
|