Files
cheatsheet-tldr/tldr/pbmtogo

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}}`