mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 13:42:32 +00:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pbmtogo
|
|
|
|
> Convert a PBM image to a compressed GraphOn graphic.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtogo.html>.
|
|
|
|
- Convert a PBM image to a compressed GraphOn graphic:
|
|
|
|
`pbmtogo {{path/to/image.pbm}} > {{path/to/output.go}}`
|