pnmtile: add page (#11755)

pull/23/head
Juri Dispan 2023-12-15 19:10:41 +01:00 committed by GitHub
parent 73a4fa9506
commit 3f588a07ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
pages/common/pnmtile.md Normal file
View File

@ -0,0 +1,8 @@
# 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}}`