HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bioradtopgm — Convert a Biorad confocal file into a PGM file. More information: <https://netpbm.sourceforge.net/do

Submitted by: @import:tldr-pages··
0
Viewed 0 times
bioradcommandconfocalbioradtopgmconvertclifileinto

Problem

How to use the bioradtopgm command: Convert a Biorad confocal file into a PGM file. More information: <https://netpbm.sourceforge.net/doc/bioradtopgm.html>.

Solution

bioradtopgm — Convert a Biorad confocal file into a PGM file. More information: <https://netpbm.sourceforge.net/doc/bioradtopgm.html>.

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 {{[-v|-version]}}

Code Snippets

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 {{[-v|-version]}}

Context

tldr-pages: common/bioradtopgm

Revisions (0)

No revisions yet.