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 Before Netpbm 10.72 (September 2015), the Netpbm global option -plain
31 has no effect on escp2topbm .
32
33
34
36 none
37
38
39
41 As escp2topbm is a simple program, created mainly to test pbmtoescp2,
42 there are some restrictions:
43
44
45
46 · escp2topbm looks only at "ESC." sequences and ignores all data
47 outside these Escape sequences.
48
49
50 · escp2topbm assumes that only one raster graphic is in the
51 printer stream. If this isn't true, the result is garbage.
52
53
54 · escp2topbm assumes that all "ESC." sequences use the same width
55 value. If this isn't true, the result is garbage.
56
57
58
60 pbmtoescp2(1), pbm(1)
61
62
64 Copyright (C) 2003 by Ulrich Walcher (u.walcher@gmx.de).
65
66
68 escp2topbm was added to Netpbm in Release 10.18 (August 2003); it was
69 created around the same time.
70
72 This manual page was generated by the Netpbm tool 'makeman' from HTML
73 source. The master documentation is at
74
75 http://netpbm.sourceforge.net/doc/escp2topbm.html
76
77netpbm documentation 14 July 2015 Escp2topbm User Manual(0)