mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:02:08 +02:00
9 lines
322 B
Markdown
9 lines
322 B
Markdown
# 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 {{image_number1 image_number2 ...}} < {{path/to/image.pam}} > {{path/to/output.pam}}`
|