mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 14:42:00 +00:00
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pbmtomgr
|
|
|
|
> Convert a PBM image into a MGR bitmap.
|
|
> See also: `mgrtopbm`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtomgr.html>.
|
|
|
|
- Convert a PBM image into a MGR bitmap:
|
|
|
|
`pbmtomgr {{path/to/image.pbm}} > {{path/to/output.mgr}}`
|