summary refs log tree commit diff
path: root/psidtopgm.html
diff options
context:
space:
mode:
Diffstat (limited to 'psidtopgm.html')
-rw-r--r--psidtopgm.html69
1 files changed, 35 insertions, 34 deletions
diff --git a/psidtopgm.html b/psidtopgm.html
index d6854d05..526470de 100644
--- a/psidtopgm.html
+++ b/psidtopgm.html
@@ -1,33 +1,30 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Psidtopgm User Manual</TITLE></HEAD>
-<BODY>
-<H1>psidtopgm</H1>
+<html><head><title>Psidtopgm User Manual</title></head>
+<body>
+<h1>psidtopgm</h1>
 Updated: 02 August 89
-<BR>
-<A HREF="#index">Table Of Contents</A>
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
+<h2>NAME</h2>
 
 psidtopgm - convert PostScript "image" data to a PGM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>psidtopgm</B> <I>width</i> <i>height</i> <i>bits/sample</I> [<I>imagedata</I>]
+<b>psidtopgm</b> <i>width</i> <i>height</i> <i>bits/sample</i> [<i>imagedata</i>]
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p><b>psidtopgm</b> reads the "image" data from a PostScript
 file as input and produces a PGM image as output.
 
-<P>This program is obsoleted by <B>pstopnm</B>.
+<p>This program is obsoleted by <b>pstopnm</b>.
 
-What follows was written before <B>pstopnm </B> existed.
+What follows was written before <b>pstopnm </b> existed.
 
-<P>This is a very simple and limited program, and is here only because
+<p>This is a very simple and limited program, and is here only because
 so many people have asked for it.  To use it you have to
 <em>manually</em> extract the readhexstring data portion from your
 PostScript file, and then give the width, height, and bits/sample on
@@ -35,31 +32,35 @@ the command line.  Before you attempt this, you should <em>at
 least</em> read the description of the "image" operator in
 the PostScript Language Reference Manual.
 
-<P>It would probably not be too hard to write a script that uses this
+<p>It would probably not be too hard to write a script that uses this
 filter to read a specific variety of PostScript image, but the
 variation is too great to make a general-purpose reader.  Unless, of
 course, you want to write a full-fledged PostScript interpreter...
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<A HREF="pnmtops.html">pnmtops</A>, 
-<A HREF="pgm.html">pgm</A>
+<p>There are no command line options defined specifically
+for <b>psidtopgm</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="pnmtops.html">pnmtops</a>, 
+<a href="pgm.html">pgm</a>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1989 by Jef Poskanzer.
 
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">SEE ALSO</A>
-<LI><A HREF="#lbAF">AUTHOR</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="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>