From 5f8536e2fdd1f4579b67a964c56dad68ce263fd7 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Fri, 15 Dec 2023 19:15:50 +0100 Subject: [PATCH] pnmtoddif: add page (#11753) --- pages/common/pnmtoddif.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pnmtoddif.md diff --git a/pages/common/pnmtoddif.md b/pages/common/pnmtoddif.md new file mode 100644 index 000000000..d612126a9 --- /dev/null +++ b/pages/common/pnmtoddif.md @@ -0,0 +1,12 @@ +# pnmtoddif + +> Convert a PNM image to a DDIF image file. +> More information: . + +- Convert a PNM image to a DDIF image file: + +`pnmtoddif {{path/to/image.pnm}} > {{path/to/image.ddif}}` + +- Explicitly specify the horizontal and vertical resolution of the output image: + +`pnmtoddif -resolution {{horizontal_dpi}} {{vertical_dpi}} {{path/to/image.pnm}} > {{path/to/image.ddif}}`