mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 13:01:53 +00:00
Update cheatsheets
This commit is contained in:
13
pnmtile
Normal file
13
pnmtile
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user