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

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

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