HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mgrtopbm — Convert a MGR bitmap into a PBM file. See also: `pbmtomgr`. More information: <https://netpbm.source

Submitted by: @import:tldr-pages··
0
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.