HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lispmtopgm — Convert a Lisp Machine bitmap into a PGM image. See also: `pgmtolispm`. More information: <https://n

Submitted by: @import:tldr-pages··
0
Viewed 0 times
lispmtopgmcommandconvertcliintomachinebitmaplisp

Problem

How to use the lispmtopgm command: Convert a Lisp Machine bitmap into a PGM image. See also: pgmtolispm. More information: <https://netpbm.sourceforge.net/doc/lispmtopgm.html>.

Solution

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

Code Snippets

Convert the specified Lisp Machine bitmap file into a PGM image

lispmtopgm {{path/to/input.lispm}} > {{path/to/output.pgm}}

Context

tldr-pages: common/lispmtopgm

Revisions (0)

No revisions yet.