mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 01:42:45 +00:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|