1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:22:10 +02:00
tldr/pages/common/pbmtomgr.md

9 lines
250 B
Markdown

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