mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 04:55:23 +02:00

* cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
9 lines
274 B
Markdown
9 lines
274 B
Markdown
# 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}}`
|