1Pbmtoepson User Manual(0) Pbmtoepson User Manual(0)
2
3
4
6 pbmtoepson - convert a PBM image into Epson printer graphics
7
8
10 pbmtoepson
11
12 [-dpi=n] [-protocol={escp9|escp}] [-adjacent] [-noadjacent]
13
14 [pbmfile]
15
16
18 This program is part of Netpbm(1).
19
20 pbmtoepson reads a PBM image as input and produces a stream of Epson
21 printer graphics as output.
22
23 The input is from the file identified by the pbmfile argument or, if
24 you don't specify pbmfile, from Standard Input. Output is to Standard
25 Output.
26
27 The output is for traditional (ca 1991) Epson 9-wire dot matrix (some‐
28 times called ESC/P 9-wire) printers or newer ESC/P printers. For a
29 more modern Epson ESC/P2 type printer, try pbmtoescp2.
30
31 Before Netpbm 10.23 (July 2004), pbmtoepson could not produce ESC/P
32 streams -- only ESC/P 9-wire.
33
34 The Epson printer protocols are described in Epson's protocol specifi‐
35 cation.
36
37 Note that there is no epsontopbm tool - this transformation is one way.
38
39
41 In addition to the options common to all programs based on libnetpbm
42 (most notably -quiet, see
43 Common Options ⟨index.html#commonoptions⟩ ), pbmtoepson recognizes the
44 following command line options:
45
46
47
48
49 -protocol={escp9|escp}
50 This determines which Epson printer protocol the output uses.
51 escp9 is the older ESC/P 9-pin protocol. escp is the newer
52 ESC/P protocol. For the even newer ESC/P2 protocol, you have to
53 use pbmtoescp2 instead.
54
55 This option was new in Netpbm 10.23 (July 2004).
56
57
58
59 -dpi=n This specifies the horizontal print density in dots per inch.
60 The protocol allows only certain values: 60, 72, 80, 90, 120,
61 144, and 240. Actually, the ESC/P protocol allows a few others,
62 but pbmtoepson doesn't know how to generate the command streams
63 that use them.
64
65 If you don't specify this, pbmtoepson chooses a horizontal print
66 density for you consistent with your other options.
67
68 This option was new in Netpbm 10.23 (July 2004).
69
70
71 -adjacent
72
73 -noadjacent
74 These options determine whether the output uses "adjacent dot
75 printing" or not, whatever that is.
76
77 If you don't specify this, pbmtoepson selects adjacent dot
78 printing unless that is incompatible with your other options.
79
80 This option was new in Netpbm 10.23 (July 2004).
81
82
83
84
86 pbmtoescp2(1), pbm(1),
87
88
90 Copyright (C) 1991 by John Tiller (tiller@galois.msfc.nasa.gov) and Jef
91 Poskanzer.
92
94 This manual page was generated by the Netpbm tool 'makeman' from HTML
95 source. The master documentation is at
96
97 http://netpbm.sourceforge.net/doc/pbmtoepson.html
98
99netpbm documentation 08 August 2003 Pbmtoepson User Manual(0)