ppmtoarbtxt
Convert PPM to custom text formats
TLDR
Convert PPM to text using template
$ ppmtoarbtxt [template.txt] [input.ppm] > [output.txt]
SYNOPSIS
ppmtoarbtxt template [file]
DESCRIPTION
ppmtoarbtxt converts PPM images to arbitrary text formats using a template. Template specifies how pixel values are formatted. Useful for custom export formats. Part of Netpbm toolkit.
PARAMETERS
template
Template file defining output format.
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
ppmtoascii(1), ppmtoterm(1)
