diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/escp2topbm.1 | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/escp2topbm.1 b/upstream/opensuse-leap-15-6/man1/escp2topbm.1 new file mode 100644 index 00000000..f75da90e --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/escp2topbm.1 @@ -0,0 +1,89 @@ +\ +.\" 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" 0 "14 July 2015" "netpbm documentation" + +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. +.PP +Before Netpbm 10.72 (September 2015), the Netpbm global +option \fB-plain\fP has no effect on \fBescp2topbm\fP . + + +.UN options +.SH OPTIONS +none + + +.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" (5)\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 |