diff options
Diffstat (limited to 'upstream/debian-unstable/man1/escp2topbm.1')
-rw-r--r-- | upstream/debian-unstable/man1/escp2topbm.1 | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/escp2topbm.1 b/upstream/debian-unstable/man1/escp2topbm.1 new file mode 100644 index 00000000..4d5588b2 --- /dev/null +++ b/upstream/debian-unstable/man1/escp2topbm.1 @@ -0,0 +1,96 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Escp2topbm User Manual" 1 "14 July 2015" "netpbm documentation" + +.SH NAME + +escp2topbm - convert an ESC/P2 printer file to a PBM image + +.UN synopsis +.SH SYNOPSIS + +\fBescp2topbm\fP +[\fIprintfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBescp2topbm\fP reads an ESC/P2 printer control stream as input. +It produces a PBM image as output. +.PP +\fBescp2topbm\fP filters the raster graphic content from an Epson +ESC/P2 printer control stream and writes the image it would print as a +standard (raw) PBM image. +.PP +The input is from the file named by the \fIprintfile\fP argument, or +from Standard Input if you don't specify \fIprintfile\fP. The output is +to Standard Output. +.PP +\fBescp2topbm\fP understands compression modes 0 (uncompressed) +and 1 (RLE compressed) in the Epson input stream. + +.UN options +.SH OPTIONS +.PP +There are no command line options defined specifically +for \fBescp2topbm\fP, but it recognizes the options common to all +programs based on libnetpbm (See +.UR index.html#commonoptions + Common Options +.UE +\&.) +.PP +Before Netpbm 10.72 (September 2015), the Netpbm common option +\fB-plain\fP has no effect on \fBescp2topbm\fP . + +.UN hints +.SH HINTS +.PP +As \fBescp2topbm\fP is a simple program, created mainly to test +\fBpbmtoescp2\fP, there are some restrictions: + + +.IP \(bu +\fBescp2topbm\fP looks only at "ESC." sequences and ignores +all data outside these Escape sequences. + +.IP \(bu +\fBescp2topbm\fP assumes that only one raster graphic is in the +printer stream. If this isn't true, the result is garbage. + +.IP \(bu +\fBescp2topbm\fP assumes that all "ESC." sequences use the same +width value. If this isn't true, the result is garbage. + + +.UN seealso +.SH SEE ALSO +.BR "pbmtoescp2" (1)\c +\&, +.BR "pbm" (1)\c +\& + +.UN author +.SH AUTHOR +.PP +Copyright (C) 2003 by Ulrich Walcher +(\fIu.walcher@gmx.de\fP). + +.UN history +.SH HISTORY +.PP +\fBescp2topbm\fP was added to Netpbm in Release 10.18 (August 2003); +it was created around the same time. +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/escp2topbm.html +.PP
\ No newline at end of file |