1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/pgmtolispm.md

9 lines
282 B
Markdown

# 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}}`