mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 19:42:38 +00:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pampop9
|
|
|
|
> Simulate a multi-lens camera such as the Pop9.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pampop9.html>.
|
|
|
|
- Tile the input image xtiles by ytiles times, increasing the offset each time as determined by xdelta and ydelta:
|
|
|
|
`pampop9 {{path/to/input.pam}} {{xtiles}} {{ytiles}} {{xdelta}} {{ydelta}} > {{path/to/output.pam}}`
|