From 3f588a07eac59420754e9e76ffb8cb3abb704b01 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Fri, 15 Dec 2023 19:10:41 +0100 Subject: [PATCH] pnmtile: add page (#11755) --- pages/common/pnmtile.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/pnmtile.md diff --git a/pages/common/pnmtile.md b/pages/common/pnmtile.md new file mode 100644 index 000000000..ed18c4b65 --- /dev/null +++ b/pages/common/pnmtile.md @@ -0,0 +1,8 @@ +# pnmtile + +> Replicate an image to fill a specified area. +> More information: . + +- Replicate an image to fill an area of the specified dimensions: + +`pnmtile {{width}} {{height}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`