1Escp2topbm User Manual(0) Escp2topbm User Manual(0)
2
3
4
6 escp2topbm - convert an ESC/P2 printer file to a PBM image
7
8
10 escp2topbm [printfile]
11
12
14 This program is part of Netpbm(1).
15
16 escp2topbm reads an ESC/P2 printer control stream as input. It pro‐
17 duces a PBM image as output.
18
19 escp2topbm filters the raster graphic content from an Epson ESC/P2
20 printer control stream and writes the image it would print as a stan‐
21 dard (raw) PBM image.
22
23 The input is from the file named by the printfile argument, or from
24 Standard Input if you don't specify printfile. The output is to Stan‐
25 dard Output.
26
27 escp2topbm understands compression modes 0 (uncompressed) and 1 (RLE
28 compressed) in the Epson input stream.
29
30
32 There are no command line options defined specifically for escp2topbm,
33 but it recognizes the options common to all programs based on libnetpbm
34 (See
35 Common Options ⟨index.html#commonoptions⟩ .)
36
37 Before Netpbm 10.72 (September 2015), the Netpbm common option -plain
38 has no effect on escp2topbm .
39
40
42 As escp2topbm is a simple program, created mainly to test pbmtoescp2,
43 there are some restrictions:
44
45
46
47 • escp2topbm looks only at "ESC." sequences and ignores all data
48 outside these Escape sequences.
49
50
51 • escp2topbm assumes that only one raster graphic is in the
52 printer stream. If this isn't true, the result is garbage.
53
54
55 • escp2topbm assumes that all "ESC." sequences use the same width
56 value. If this isn't true, the result is garbage.
57
58
59
61 pbmtoescp2(1), pbm(1)
62
63
65 Copyright (C) 2003 by Ulrich Walcher (u.walcher@gmx.de).
66
67
69 escp2topbm was added to Netpbm in Release 10.18 (August 2003); it was
70 created around the same time.
71
73 This manual page was generated by the Netpbm tool 'makeman' from HTML
74 source. The master documentation is at
75
76 http://netpbm.sourceforge.net/doc/escp2topbm.html
77
78netpbm documentation 14 July 2015 Escp2topbm User Manual(0)