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

pbmtozinc — Convert a PBM image to a Zinc bitmap as used by the Zinc Interface Library Version 1.0. More informa

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconvertclipbmtozincimagezincbitmappbm

Problem

How to use the pbmtozinc command: Convert a PBM image to a Zinc bitmap as used by the Zinc Interface Library Version 1.0. More information: <https://netpbm.sourceforge.net/doc/pbmtozinc.html>.

Solution

pbmtozinc — Convert a PBM image to a Zinc bitmap as used by the Zinc Interface Library Version 1.0. More information: <https://netpbm.sourceforge.net/doc/pbmtozinc.html>.

Convert a PBM image to a Zinc bitmap:
pbmtozinc {{path/to/image.pbm}} > {{path/to/output.zinc}}

Code Snippets

Convert a PBM image to a Zinc bitmap

pbmtozinc {{path/to/image.pbm}} > {{path/to/output.zinc}}

Context

tldr-pages: common/pbmtozinc

Revisions (0)

No revisions yet.