LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmtolispm

converts PGM images to Lisp Machine bitmap format

TLDR

Convert PGM to Lisp Machine format
$ pgmtolispm [input.pgm] > [output.lispm]
copy

SYNOPSIS

pgmtolispm [file]

DESCRIPTION

pgmtolispm converts PGM images to Lisp Machine bitmap format. Part of Netpbm toolkit.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai