mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
410 B
Markdown
14 lines
410 B
Markdown
![]() |
# pamsplit
|
||
|
|
||
|
> Split a multi-image Netpbm file into multiple single-image Netpbm files.
|
||
|
> See also: `pamfile`, `pampick`, `pamexec`.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/pamsplit.html>.
|
||
|
|
||
|
- Split a multi-image Netpbm file into multiple single-image Netpbm files:
|
||
|
|
||
|
`pamsplit {{path/to/image.pam}}`
|
||
|
|
||
|
- Specify a pattern for naming output files:
|
||
|
|
||
|
`pamsplit {{path/to/image.pam}} {{file_%d.pam}}`
|