HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pampick — Pick images out of a multi-image Netpbm stream. See also: `pamfile`, `pamsplit`. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pickcommandimagespampickclimultiimageout

Problem

How to use the pampick command: Pick images out of a multi-image Netpbm stream. See also: pamfile, pamsplit. More information: <https://netpbm.sourceforge.net/doc/pampick.html>.

Solution

pampick — Pick images out of a multi-image Netpbm stream. See also: pamfile, pamsplit. More information: <https://netpbm.sourceforge.net/doc/pampick.html>.

Execute a shell command on each image in a Netpbm file:
pampick < {{path/to/image.pam}} {{image_number1 image_number2 ...}} > {{path/to/output.pam}}

Code Snippets

Execute a shell command on each image in a Netpbm file

pampick < {{path/to/image.pam}} {{image_number1 image_number2 ...}} > {{path/to/output.pam}}

Context

tldr-pages: common/pampick

Revisions (0)

No revisions yet.