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/pnmtile.md

9 lines
275 B
Markdown
Raw Normal View History

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