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

sbigtopgm — Convert an SBIG CCDOPS file to PGM. More information: <https://netpbm.sourceforge.net/doc/sbigtopgm.

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

Problem

How to use the sbigtopgm command: Convert an SBIG CCDOPS file to PGM. More information: <https://netpbm.sourceforge.net/doc/sbigtopgm.html>.

Solution

sbigtopgm — Convert an SBIG CCDOPS file to PGM. More information: <https://netpbm.sourceforge.net/doc/sbigtopgm.html>.

Convert an SBIG CCDOPS image file to PGM:
sbigtopgm {{path/to/input_file.sbig}} > {{path/to/output.pgm}}

Code Snippets

Convert an SBIG CCDOPS image file to PGM

sbigtopgm {{path/to/input_file.sbig}} > {{path/to/output.pgm}}

Context

tldr-pages: common/sbigtopgm

Revisions (0)

No revisions yet.