Files
cheatsheet-tldr/tldr/pnmtile

14 lines
368 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`