bioradtopgm
Convert a Biorad confocal file into a PGM file. More information: <https://netpbm.sourceforge.net/doc/bioradtopgm.html>.
Install
- All systems
-
curl cmd.cat/bioradtopgm.sh
- Debian
-
apt-get install netpbm - Ubuntu
-
apt-get install netpbm - Arch Linux
-
pacman -S netpbm - Kali Linux
-
apt-get install netpbm - CentOS
-
yum install netpbm-progs - Fedora
-
dnf install netpbm-progs - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install netpbm - OS X
-
brew install netpbm - Raspbian
-
apt-get install netpbm
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 -version
© tl;dr; authors and contributors