LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtoarbtxt

Convert PPM to custom text formats

TLDR

Convert PPM to text using template
$ ppmtoarbtxt [template.txt] [input.ppm] > [output.txt]
copy

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