1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pbmtoepson.md
Juri Dispan 0414572c3c
cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages (#12235)
* cmuwmtopbm, escp2topbm, pbmtocmuwm, pbmtoepsi, ebmtoepson, pbmtoescp2, pbmtogo: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-12 19:43:35 +05:30

556 B

pbmtoepson

Convert a PBM image to an Epson printer graphic. See also: pbmtoescp2. More information: https://netpbm.sourceforge.net/doc/pbmtoepson.html.

  • Convert a PBM image to an Epson printer graphic:

pbmtoepson {{path/to/image.pbm}} > {{path/to/output.epson}}

  • Specify the printer protocol of the output:

pbmtoepson -protocol {{escp9|escp}} {{path/to/image.pbm}} > {{path/to/output.epson}}

  • Specify the horizontal DPI of the output:

pbmtoepson -dpi {{60|72|80|90|120|144|240}} {{path/to/image.pbm}} > {{path/to/output.epson}}