snippetbashTip
pbmtomgr — Convert a PBM image into a MGR bitmap. See also: `mgrtopbm`. More information: <https://netpbm.sourc
Viewed 0 times
commandconvertcliimageintomgrpbmtomgrpbm
Problem
How to use the
pbmtomgr command: Convert a PBM image into a MGR bitmap. See also: mgrtopbm. More information: <https://netpbm.sourceforge.net/doc/pbmtomgr.html>.Solution
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}}Code Snippets
Convert a PBM image into a MGR bitmap
pbmtomgr {{path/to/image.pbm}} > {{path/to/output.mgr}}Context
tldr-pages: common/pbmtomgr
Revisions (0)
No revisions yet.