From 74711aa141bf66c7ca3c3383ca006931acdb9f29 Mon Sep 17 00:00:00 2001 From: Sambuddha Chatterjee Date: Tue, 10 Oct 2023 09:21:10 +0530 Subject: [PATCH] anytopnm: add page (#10908) --- pages/common/anytopnm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/anytopnm.md diff --git a/pages/common/anytopnm.md b/pages/common/anytopnm.md new file mode 100644 index 000000000..af7381906 --- /dev/null +++ b/pages/common/anytopnm.md @@ -0,0 +1,12 @@ +# anytopnm + +> Converts an arbitrary type of image file to common image formats. +> More information: . + +- Convert an input image to PBM, PGM, or PPM format irrespective of the input type: + +`anytopnm {{path/to/input}} > {{path/to/output.pnm}}` + +- Display version: + +`anytopnm -version`