From 43949cb70b67c3d462ed41b4fb4b7fbdcf48d73b Mon Sep 17 00:00:00 2001 From: Prerna Singh <50449860+prerna120@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:17:13 +0530 Subject: [PATCH] pnmtojpeg: add page (#11081) Co-authored-by: Juri Dispan --- pages/common/pnmtojpeg.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pnmtojpeg.md diff --git a/pages/common/pnmtojpeg.md b/pages/common/pnmtojpeg.md new file mode 100644 index 0000000000..b81cad6481 --- /dev/null +++ b/pages/common/pnmtojpeg.md @@ -0,0 +1,12 @@ +# pnmtojpeg + +> Converts a PNM image file to the JPEG/JFIF/EXIF image format. +> More information: . + +- Read a PNM image as input and produce a JPEG/JFIF/EXIF image as output: + +`pnmtojpeg {{path/to/file.pnm}} > {{path/to/file.jpg}}` + +- Display version: + +`pnmtojpeg -version`