snippetbashTip
lispmtopgm — Convert a Lisp Machine bitmap into a PGM image. See also: `pgmtolispm`. More information: <https://n
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.