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/pgmtofs.md Normal file
View File

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