From 5e12851c1adca53fc6c690688b20c55bf523758c Mon Sep 17 00:00:00 2001 From: Prerna Singh <50449860+prerna120@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:48:18 +0530 Subject: [PATCH] pnmtopng: add page (#11072) * pnmtopng: add page * Update pnmtopng.md * Updated syntax Co-authored-by: Juri Dispan --------- Co-authored-by: Juri Dispan --- pages/common/pnmtopng.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pnmtopng.md diff --git a/pages/common/pnmtopng.md b/pages/common/pnmtopng.md new file mode 100644 index 0000000000..9c28ebd9fe --- /dev/null +++ b/pages/common/pnmtopng.md @@ -0,0 +1,12 @@ +# pnmtopng + +> Converts a PNM image file to PNG image format. +> More information: . + +- Read a PNM image as input and produce a PNG image as output: + +`pnmtopng {{path/to/file.pnm}} > {{path/to/file.png}}` + +- Display version: + +`pnmtopng -version`