HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pampop9 — Simulate a multi-lens camera such as the Pop9. More information: <https://netpbm.sourceforge.net/doc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
suchcommandclimultisimulatelenspampop9camera

Problem

How to use the pampop9 command: Simulate a multi-lens camera such as the Pop9. More information: <https://netpbm.sourceforge.net/doc/pampop9.html>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/pampop9

Revisions (0)

No revisions yet.