commands.sh

pbmtoepson

all

Convert a PBM image to an Epson printer graphic. See also: `pbmtoescp2`.

More info →

Options (2)

boolean

Specify the printer protocol of the output

Example: pbmtoepson {{[-pr|-protocol]}} {{escp9|escp}} {{path/to/image.pbm}} > {{path/to/output.epson}}
-dboolean

Specify the horizontal DPI of the output

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

Examples (3)

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 [-pr|-protocol] escp9|escp path/to/image.pbm > path/to/output.epson

Specify the horizontal DPI of the output

pbmtoepson [-d|-dpi] 60|72|80|90|120|144|240 path/to/image.pbm > path/to/output.epson
made by @shridhargupta | data from tldr-pages