From 95c65dc9953baeb85b59ff7bf3fd1008ea88b4fd Mon Sep 17 00:00:00 2001 From: debghs <145260557+debghs@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:31:46 +0530 Subject: [PATCH] palmtopnm: add page (#11057) * palmtopnm: add page * Update pages/common/palmtopnm.md Co-authored-by: Juri Dispan --------- Co-authored-by: Juri Dispan --- pages/common/palmtopnm.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/palmtopnm.md diff --git a/pages/common/palmtopnm.md b/pages/common/palmtopnm.md new file mode 100644 index 0000000000..1fe4d8ea46 --- /dev/null +++ b/pages/common/palmtopnm.md @@ -0,0 +1,20 @@ +# palmtopnm + +> Convert a Palm Bitmap file to a PNM image. +> More information: . + +- Generate the PNM image as output, for a Palm Bitmap file as input: + +`palmtopnm {{path/to/file.palm}}` + +- Display various information about the input Palm Bitmap file and process: + +`palmtopnm -verbose {{path/to/file.palm}}` + +- Generate a histogram of colours in the input Palm Bitmap file to `stderr`: + +`palmtopnm -showhist {{path/to/file.palm}}` + +- Display version: + +`palmtopnm -version`