about summary refs log tree commit diff
path: root/escp2topbm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
commitad48d09aa16cf2c106ba4d0e232c703a75ab5c49 (patch)
tree67fe02ab9d4f8952d6ac8b0aac1674f099f0fd7e /escp2topbm.html
parent56ef5a9528e4eb818db26d7cee8733d46d6cb687 (diff)
downloadnetpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.gz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.xz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3905 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'escp2topbm.html')
-rw-r--r--escp2topbm.html84
1 files changed, 44 insertions, 40 deletions
diff --git a/escp2topbm.html b/escp2topbm.html
index 186e032a..9e808b7c 100644
--- a/escp2topbm.html
+++ b/escp2topbm.html
@@ -1,26 +1,28 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Escp2topbm User Manual</TITLE></HEAD>
-<BODY>
-<H1>escp2topbm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Escp2topbm User Manual</title></head>
+<body>
+<h1>escp2topbm</h1>
 Updated: 14 July 2015
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
+
+<h2>NAME</h2>
 
 escp2topbm - convert an ESC/P2 printer file to a PBM image
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>escp2topbm</B>
-[<I>printfile</I>]
+<b>escp2topbm</b>
+[<i>printfile</i>]
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p><b>escp2topbm</b> reads an ESC/P2 printer control stream as input.
 It produces a PBM image as output.
 
-<P><b>escp2topbm</b> filters the raster graphic content from an Epson
+<p><b>escp2topbm</b> 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.
 
@@ -28,20 +30,22 @@ standard (raw) PBM image.
 from Standard Input if you don't specify <i>printfile</i>.  The output is
 to Standard Output.
 
-<P><b>escp2topbm</b> understands compression modes 0 (uncompressed)
+<p><b>escp2topbm</b> understands compression modes 0 (uncompressed)
 and 1 (RLE compressed) in the Epson input stream.
 
-<p>Before Netpbm 10.72 (September 2015), the Netpbm global
-option <b>-plain</b> has no effect on <b>escp2topbm</b> .
-
+<h2 id="options">OPTIONS</h2>
 
-<H2 id="options">OPTIONS</H2>
-none
+<p>There are no command line options defined specifically
+for <b>escp2topbm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
+<p>Before Netpbm 10.72 (September 2015), the Netpbm common option
+<b>-plain</b> has no effect on <b>escp2topbm</b> .
 
-<H2 id="hints">HINTS</H2>
+<h2 id="hints">HINTS</h2>
 
-<P>As <b>escp2topbm</b> is a simple program, created mainly to test
+<p>As <b>escp2topbm</b> is a simple program, created mainly to test
 <b>pbmtoescp2</b>, there are some restrictions:
 
 <ul>
@@ -55,32 +59,32 @@ printer stream.  If this isn't true, the result is garbage.
 width value.  If this isn't true, the result is garbage.
 </ul>
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pbmtoescp2.html">pbmtoescp2</A></B>,
-<B><A HREF="pbm.html">pbm</A></B>
+<b><a href="pbmtoescp2.html">pbmtoescp2</a></b>,
+<b><a href="pbm.html">pbm</a></b>
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
-<P>Copyright (C) 2003 by Ulrich Walcher 
-(<A HREF="mailto:u.walcher@gmx.de">u.walcher@gmx.de</A>).
+<p>Copyright (C) 2003 by Ulrich Walcher 
+(<a href="mailto:u.walcher@gmx.de">u.walcher@gmx.de</a>).
 
-<H2 id="history">HISTORY</H2>
+<h2 id="history">HISTORY</h2>
 
 <p><b>escp2topbm</b> was added to Netpbm in Release 10.18 (August 2003);
 it was created around the same time.
 
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#options">OPTIONS</A>
-<LI><A HREF="#hints">HINTS</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#author">AUTHOR</A>
-<LI><A HREF="#history">HISTORY</A>
-</UL>
-
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#hints">HINTS</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+<li><a href="#history">HISTORY</a>
+</ul>
+
+</body>
+</html>