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

pgmtost4 — Convert a PGM image to the SBIG ST-4 format. More information: <https://netpbm.sourceforge.net/doc/p

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

Problem

How to use the pgmtost4 command: Convert a PGM image to the SBIG ST-4 format. More information: <https://netpbm.sourceforge.net/doc/pgmtost4.html>.

Solution

pgmtost4 — Convert a PGM image to the SBIG ST-4 format. More information: <https://netpbm.sourceforge.net/doc/pgmtost4.html>.

Convert a PGM image file to the SBIG ST-4 format:
pgmtost4 {{path/to/input_file.pgm}} > {{path/to/output.st4}}

Code Snippets

Convert a PGM image file to the SBIG ST-4 format

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

Context

tldr-pages: common/pgmtost4

Revisions (0)

No revisions yet.