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

escp2topbm — Convert a PBM image to a ESC/P2 printer file. See also: `pbmtoescp2`. More information: <https://net

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

Problem

How to use the escp2topbm command: Convert a PBM image to a ESC/P2 printer file. See also: pbmtoescp2. More information: <https://netpbm.sourceforge.net/doc/escp2topbm.html>.

Solution

escp2topbm — Convert a PBM image to a ESC/P2 printer file. See also: pbmtoescp2. More information: <https://netpbm.sourceforge.net/doc/escp2topbm.html>.

Convert a ESC/P2 printer file to a PBM image:
escp2topbm {{path/to/image.escp2}} > {{path/to/output.pbm}}

Code Snippets

Convert a ESC/P2 printer file to a PBM image

escp2topbm {{path/to/image.escp2}} > {{path/to/output.pbm}}

Context

tldr-pages: common/escp2topbm

Revisions (0)

No revisions yet.