From 1304885b74c98b26cddca92361b0f16018d12b7d Mon Sep 17 00:00:00 2001 From: Gaurav Padam <1032201077@tcetmumbai.in> Date: Thu, 19 Oct 2023 22:01:34 +0530 Subject: [PATCH] bioradtopgm: add page (#11071) --- pages/common/bioradtopgm.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/bioradtopgm.md diff --git a/pages/common/bioradtopgm.md b/pages/common/bioradtopgm.md new file mode 100644 index 0000000000..a29dd71fce --- /dev/null +++ b/pages/common/bioradtopgm.md @@ -0,0 +1,16 @@ +# bioradtopgm + +> Convert a Biorad confocal file into a PGM file. +> More information: . + +- Read a Biorad confocal file and store the n'th image contained in it to as a PGM file: + +`bioradtopgm -{{n}} {{path/to/file.pic}} > {{path/to/file.pgm}}` + +- Read a Biorad confocal file and print the number of images it contains: + +`bioradtopgm {{path/to/file.pic}}` + +- Display version: + +`bioradtopgm -version`