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

View File

@@ -0,0 +1,9 @@
# pgmtolispm
> Convert a PGM image to Lisp Machine format.
> See also: `lispmtopgm`.
> More information: <https://netpbm.sourceforge.net/doc/pgmtolispm.html>.
- Convert the specified PGM image to Lisp Machine format:
`pgmtolispm {{path/to/input.pgm}} > {{path/to/output.lispm}}`