st4topgm
Convert an SBIG ST-4 file to PGM. More information: <https://netpbm.sourceforge.net/doc/st4topgm.html>.
Install
- All systems
-
curl cmd.cat/st4topgm.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 update
sudo apt-get install netpbm
- OS X
-
brew install netpbm
- Raspbian
-
apt-get install netpbm
- Dockerfile
- dockerfile.run/st4topgm
Convert an SBIG ST-4 file to PGM. More information: <https://netpbm.sourceforge.net/doc/st4topgm.html>.
-
Convert an SBIG ST-4 file to a PGM file:
st4topgm path/to/input_file.st4 > path/to/output.pgm
© tl;dr; authors and contributors