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

st4topgm — Convert an SBIG ST-4 file to PGM. More information: <https://netpbm.sourceforge.net/doc/st4topgm.htm

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

Problem

How to use the st4topgm command: Convert an SBIG ST-4 file to PGM. More information: <https://netpbm.sourceforge.net/doc/st4topgm.html>.

Solution

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}}

Code Snippets

Convert an SBIG ST-4 file to a PGM file

st4topgm {{path/to/input_file.st4}} > {{path/to/output.pgm}}

Context

tldr-pages: common/st4topgm

Revisions (0)

No revisions yet.