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