1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 19:55:23 +02:00
tldr/pages/common/lispmtopgm.md

10 lines
295 B
Markdown
Raw Normal View History

# lispmtopgm
> Convert a Lisp Machine bitmap into a PGM image.
> See also: `pgmtolispm`.
> More information: <https://netpbm.sourceforge.net/doc/lispmtopgm.html>.
- Convert the specified Lisp Machine bitmap file into a PGM image:
`lispmtopgm {{path/to/input.lispm}} > {{path/to/output.pgm}}`