snippetbashTip
pgmtolispm — Convert a PGM image to Lisp Machine format. See also: `lispmtopgm`. More information: <https://netpb
Viewed 0 times
commandconvertcliimagemachinepgmpgmtolispmlisp
Problem
How to use the
pgmtolispm command: Convert a PGM image to Lisp Machine format. See also: lispmtopgm. More information: <https://netpbm.sourceforge.net/doc/pgmtolispm.html>.Solution
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}}Code Snippets
Convert the specified PGM image to Lisp Machine format
pgmtolispm {{path/to/input.pgm}} > {{path/to/output.lispm}}Context
tldr-pages: common/pgmtolispm
Revisions (0)
No revisions yet.