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