From 1017cbebe5d5edd859e0fddad0a8600f509f4821 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 25 Dec 2006 03:06:05 +0000 Subject: Place user guide into Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- escp2topbm.html | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 escp2topbm.html (limited to 'escp2topbm.html') diff --git a/escp2topbm.html b/escp2topbm.html new file mode 100644 index 00000000..52128b74 --- /dev/null +++ b/escp2topbm.html @@ -0,0 +1,92 @@ + +Escp2topbm User Manual + +

escp2topbm

+Created: 1 August 2003 +
+Table Of Contents + +  +

NAME

+escp2topbm - convert an ESC/P2 printer file to a PBM image + +  +

SYNOPSIS

+ +escp2topbm +[printfile] + +  +

DESCRIPTION

+ +

This program is part of Netpbm. + +

escp2topbm reads an ESC/P2 printer control stream as input. +It produces a PBM image as output. + +

escp2topbm 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. + +

The input is from the file named by the printfile argument, or +from Standard Input if you don't specify printfile. The output is +to Standard Output. + +

escp2topbm understands compression modes 0 (uncompressed) +and 1 (RLE compressed) in the Epson input stream. + +  +

OPTIONS

+none + +  +

HINTS

+ +

As escp2topbm is a simple program, created mainly to test +pbmtoescp2, there are some restrictions: + +

+ +  +

SEE ALSO

+ +pbmtoescp2, +pbm + +  +

AUTHOR

+ +

Copyright (C) 2003 by Ulrich Walcher +(u.walcher@gmx.de). + +  +

HISTORY

+ +

escp2topbm was added to Netpbm in Release 10.18 (August 2003); +it was created around the same time. + +


+  +

Table Of Contents

+ + + + -- cgit 1.4.1