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

pnmtile — Replicate an image to fill a specified area. More information: <https://netpbm.sourceforge.net/doc/p

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

Problem

How to use the pnmtile command: Replicate an image to fill a specified area. More information: <https://netpbm.sourceforge.net/doc/pnmtile.html>.

Solution

pnmtile — Replicate an image to fill a specified area. More information: <https://netpbm.sourceforge.net/doc/pnmtile.html>.

Replicate an image to fill an area of the specified dimensions:
pnmtile {{width}} {{height}} {{path/to/input.pnm}} > {{path/to/output.pnm}}

Code Snippets

Replicate an image to fill an area of the specified dimensions

pnmtile {{width}} {{height}} {{path/to/input.pnm}} > {{path/to/output.pnm}}

Context

tldr-pages: common/pnmtile

Revisions (0)

No revisions yet.