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