pnmsplit, pamsplit, pamexec, pampick: add pages (#12412)

This commit is contained in:
Juri Dispan
2024-03-04 07:43:52 +01:00
committed by GitHub
parent d2f18edf19
commit 7c46ee57e1
4 changed files with 43 additions and 0 deletions

9
pages/common/pampick.md Normal file
View File

@@ -0,0 +1,9 @@
# 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}}`