From f1f0114a358ecc0accdd9ab4d2fbfdcd11cf5e09 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Tue, 10 Oct 2023 09:57:44 +0200 Subject: [PATCH] zeisstopnm: add page (#10888) * zeisstopnm: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/zeisstopnm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/zeisstopnm.md diff --git a/pages/common/zeisstopnm.md b/pages/common/zeisstopnm.md new file mode 100644 index 000000000..c4993f217 --- /dev/null +++ b/pages/common/zeisstopnm.md @@ -0,0 +1,12 @@ +# zeisstopnm + +> Convert a Zeiss confocal file to Netbpm format. +> More information: . + +- Convert a Zeiss cofocal file into either `.pgm` or `.ppm` format: + +`zeisstopnm {{path/to/file}}` + +- Convert a Zeiss cofocal file to Netbpm format while explicitly specifying the target file type: + +`zeisstopnm -{{pgm|ppm}} {{path/to/file}}`