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

pgmtosbig — Convert a PGM image to the SBIG CCDOPS format. More information: <https://netpbm.sourceforge.net/doc

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

Problem

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

Solution

pgmtosbig — Convert a PGM image to the SBIG CCDOPS format. More information: <https://netpbm.sourceforge.net/doc/pgmtosbig.html>.

Convert a PGM image file to the SBIG CCDOPS format:
pgmtosbig {{path/to/input_file.pgm}} > {{path/to/output.sbig}}

Code Snippets

Convert a PGM image file to the SBIG CCDOPS format

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

Context

tldr-pages: common/pgmtosbig

Revisions (0)

No revisions yet.