LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pamexec

runs a specified shell command on each image in a multi-image PAM stream

TLDR

Apply command to each image in stream
$ pamexec "[pnmflip -lr]" [input.pam] > [output.pam]
copy

SYNOPSIS

pamexec command [file]

DESCRIPTION

pamexec runs a specified shell command on each image in a multi-image PAM stream. The command receives each image on stdin and outputs to stdout. Part of Netpbm toolkit.

PARAMETERS

command

Shell command to execute on each image.

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