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 -protocol={escp9|escp}
42 This determines which Epson printer protocol the output uses.
43 escp9 is the older ESC/P 9-pin protocol. escp is the newer
44 ESC/P protocol. For the even newer ESC/P2 protocol, you have to
45 use pbmtoescp2 instead.
46
47 This option was new in Netpbm 10.23 (July 2004).
48
49
50
51 -dpi=n This specifies the horizontal print density in dots per inch.
52 The protocol allows only certain values: 60, 72, 80, 90, 120,
53 144, and 240. Actually, the ESC/P protocol allows a few others,
54 but pbmtoepson doesn't know how to generate the command streams
55 that use them.
56
57 If you don't specify this, pbmtoepson chooses a horizontal print
58 density for you consistent with your other options.
59
60 This option was new in Netpbm 10.23 (July 2004).
61
62
63 -adjacent
64
65 -noadjacent
66 These options determine whether the output uses "adjacent dot
67 printing" or not, whatever that is.
68
69 If you don't specify this, pbmtoepson selects adjacent dot
70 printing unless that is incompatible with your other options.
71
72 This option was new in Netpbm 10.23 (July 2004).
73
74
75
76
77
79 pbmtoescp2(1), pbm(1),
80
81
83 Copyright (C) 1991 by John Tiller (tiller@galois.msfc.nasa.gov) and Jef
84 Poskanzer.
85
87 This manual page was generated by the Netpbm tool 'makeman' from HTML
88 source. The master documentation is at
89
90 http://netpbm.sourceforge.net/doc/pbmtoepson.html
91
92netpbm documentation 8 August 2003 Pbmtoepson User Manual(0)