1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pampop9.md

9 lines
349 B
Markdown
Raw Normal View History

2023-12-15 19:10:15 +01:00
# 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}}`