ppmtopict
Convert PPM to Macintosh PICT format
TLDR
Convert PPM to Macintosh PICT
$ ppmtopict [input.ppm] > [output.pict]
SYNOPSIS
ppmtopict [file]
DESCRIPTION
ppmtopict converts PPM images to Macintosh PICT format for classic Mac OS. 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
picttoppm(1), ppmtoapplevol(1)
