LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtopict

Convert PPM to Macintosh PICT format

TLDR

Convert PPM to Macintosh PICT
$ ppmtopict [input.ppm] > [output.pict]
copy

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
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