fstopgm, lispmtopgm, pgmtofs, pgmtolispm, pgmtoppm, pnmalias: add pages (#12198)

This commit is contained in:
Juri Dispan
2024-02-06 16:41:26 +01:00
committed by GitHub
parent a47af264de
commit 7133769734
6 changed files with 68 additions and 0 deletions

9
pages/common/fstopgm.md Normal file
View File

@@ -0,0 +1,9 @@
# fstopgm
> Convert a Usenix FaceSaver file into a PGM image.
> See also: `pgmtofs`.
> More information: <https://netpbm.sourceforge.net/doc/fstopgm.html>.
- Convert the specified Usenix FaceSaver file into a PGM image:
`fstopgm {{path/to/input.fs}} > {{path/to/output.pgm}}`