summary refs log tree commit diff
path: root/ppmmix.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 /ppmmix.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 'ppmmix.html')
-rw-r--r--ppmmix.html63
1 files changed, 35 insertions, 28 deletions
diff --git a/ppmmix.html b/ppmmix.html
index 8372da49..e7b5e833 100644
--- a/ppmmix.html
+++ b/ppmmix.html
@@ -1,20 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Ppmmix User Manual</TITLE></HEAD>
-<BODY>
-<H1>ppmmix</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Ppmmix User Manual</title></head>
+<body>
+<h1>ppmmix</h1>
 Updated: 23 March 2010
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 ppmmix - blend together two PPM images
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-ppmmix <I>fadefactor</I> <I>ppmfile1</i> <i>ppmfile2</I>
+ppmmix <i>fadefactor</i> <i>ppmfile1</i> <i>ppmfile2</i>
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -24,7 +24,7 @@ from 0.0 (only ppmfile1's image data) to 1.0 (only ppmfile2's image
 data).  Anything in between specifies a smooth blend between the two
 images.
 
-<P>The two images must have the same dimensions and the same maxval.  Before
+<p>The two images must have the same dimensions and the same maxval.  Before
 Netpbm 10.54 (March 2011), they must also have the same type (PBM/PGM/PPM).
 
 <p>The fade factor is applied to brightness, not light intensity.  That means
@@ -38,30 +38,37 @@ if the original images aren't all one color, the mixed image is distorted,
 since the intensity relationship between pixels is different from the
 original image.
 
-<P><B>pamcomp</B> is a more general alternative.  It allows you to mix
+<p><b>pamcomp</b> is a more general alternative.  It allows you to mix
 images of different size and to have the fade factor vary throughout
 the image (through the use of a transparency mask).  It does not have the
 same-maxval and same-type restrictions.  It mixes light intensity, not
 brightness.
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<B><A HREF="pamcomp.html">pamcomp</A></B>,
-<B><A HREF="pammixmulti.html">pammixmulti</A></B>,
-<B><A HREF="ppm.html">ppm</A></B>
+<p>There are no command line options defined specifically
+for <b>ppmmix</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<b><a href="pamcomp.html">pamcomp</a></b>,
+<b><a href="pammixmulti.html">pammixmulti</a></b>,
+<b><a href="ppm.html">ppm</a></b>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1993 by Frank Neumann
 
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#author">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>