about summary refs log tree commit diff
path: root/ppmtopict.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-28 22:27:25 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-28 22:27:25 +0000
commitb864362cbe9af275cf042d6b4a88c02ce399d51b (patch)
tree36ed59df6c91a1fca8c9de4a288d94b9ea8919f7 /ppmtopict.html
parentf58cac95761581220a134114660bb6be078cfa1f (diff)
downloadnetpbm-mirror-b864362cbe9af275cf042d6b4a88c02ce399d51b.tar.gz
netpbm-mirror-b864362cbe9af275cf042d6b4a88c02ce399d51b.tar.xz
netpbm-mirror-b864362cbe9af275cf042d6b4a88c02ce399d51b.zip
make formatting more uniform
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3881 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmtopict.html')
-rw-r--r--ppmtopict.html75
1 files changed, 42 insertions, 33 deletions
diff --git a/ppmtopict.html b/ppmtopict.html
index e6d1d5ff..085b04b1 100644
--- a/ppmtopict.html
+++ b/ppmtopict.html
@@ -1,36 +1,44 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Ppmtopict User Manual</TITLE></HEAD><BODY>
-<H1>ppmtopict</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Ppmtopict User Manual</title></head>
+<body>
+<h1>ppmtopict</h1>
 Updated: 15 April 1990
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 ppmtopict - convert a PPM image to a Macintosh PICT file
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>ppmtopict</B>
+<b>ppmtopict</b>
 
-[<I>ppmfile</I>]
+[<i>ppmfile</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>ppmtopict</b> reads a PPM image as input and produces a
 Macintosh PICT file as output.
 
-<P>The generated file is only the data fork of a picture.  You will
-need a program such as <I>mcvert</I> to generate a Macbinary or a
+<p>The generated file is only the data fork of a picture.  You will
+need a program such as <i>mcvert</i> to generate a Macbinary or a
 BinHex file that contains the necessary information to identify the
 file as a PICT file to MacOS.
 
-<P>Even though PICT can have 2 and 4 bits per pixel, <b>ppmtopict</b>
+<p>Even though PICT can have 2 and 4 bits per pixel, <b>ppmtopict</b>
 always generates an 8 bits per pixel file.
 
-<H2 id="limitations">LIMITATIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<p>There are no command line options defined specifically
+for <b>ppmtopict</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
+
+<h2 id="limitations">LIMITATIONS</h2>
 
 <p>The picture size field is correct only if the output is to a file
 since writing into this field requires seeking backwards on a file.
@@ -38,25 +46,26 @@ However the PICT documentation seems to suggest that this field is not
 critical anyway since it is only the lower 16 bits of the picture
 size.
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<A HREF="picttoppm.html">picttoppm</A>, 
-<A HREF="ppm.html">ppm</A>, 
+<a href="picttoppm.html">picttoppm</a>, 
+<a href="ppm.html">ppm</a>, 
 <b>mcvert</b>
 
-<H2 id="author">AUTHOR</H2>
-
-Copyright (C) 1990 by Ken Yap &lt;<A
-HREF="mailto:ken@cs.rocester.edu">ken@cs.rocester.edu</A>&gt;.
-
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#limitations">LIMITATIONS</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#author">AUTHOR</A>
-</UL>
-</BODY>
-</HTML>
+<h2 id="author">AUTHOR</h2>
+
+Copyright (C) 1990 by Ken Yap &lt;<a
+href="mailto:ken@cs.rocester.edu">ken@cs.rocester.edu</a>&gt;.
+
+<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="#limitations">LIMITATIONS</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>