mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|