pampick

extracts specific images from a multi-image PAM stream by index number

TLDR

Extract specific images from stream
$ pampick [0] [2] [5] < [input.pam] > [output.pam]

SYNOPSIS

pampick index [index ...] < file

DESCRIPTION

pampick extracts specific images from a multi-image PAM stream by index number. Useful for selecting frames from animation or video sequences. Part of Netpbm toolkit.

PARAMETERS

index

Zero-based image indices to extract.

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

pamsplit(1)