pgmtolispm
converts PGM images to Lisp Machine bitmap format
TLDR
Convert PGM to Lisp Machine format
$ pgmtolispm [input.pgm] > [output.lispm]
SYNOPSIS
pgmtolispm [file]
DESCRIPTION
pgmtolispm converts PGM images to Lisp Machine bitmap format. Part of Netpbm toolkit.
INSTALL
sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm
SEE ALSO
lispmtopgm(1), pgmtopbm(1)