about summary refs log tree commit diff
path: root/pamendian.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 /pamendian.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 'pamendian.html')
-rw-r--r--pamendian.html72
1 files changed, 40 insertions, 32 deletions
diff --git a/pamendian.html b/pamendian.html
index 244dabc2..286f5411 100644
--- a/pamendian.html
+++ b/pamendian.html
@@ -1,20 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pamendian User Manual</TITLE></HEAD>
-<BODY>
-<H1>pamendian</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pamendian User Manual</title></head>
+<body>
+<h1>pamendian</h1>
 Updated: 16 March 2002
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pamendian - reverse endianness of a Netpbm image
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pamendian</B>
+<b>pamendian</b>
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -25,14 +25,14 @@ before official multibyte Netpbm formats existed, that are identical to
 Netpbm formats in every respect except that samples are in little endian
 (least significant byte first) order.
 
-<P><B>pamendian</B> reverses the byte order of the sample to convert
+<p><b>pamendian</b> reverses the byte order of the sample to convert
 between the two formats.  If the input is true PAM, PGM, or PPM, the
 output is the little endian variation on that format, and vice versa.
 
 <p>The X Window System viewer <b>xv</b> expects the little endian variation
 of PGM and PPM.
 
-<P>Programs that come with the Independent Jpeg Group's JPEG library
+<p>Programs that come with the Independent Jpeg Group's JPEG library
 are known to use the little endian variation of PGM and PPM.
 
 <p>The reason some programs use this variant is that at one time
@@ -41,35 +41,43 @@ href="http://netpbm.sourceforge.net/history.html">dark age</a>, there
 was a version of Netpbm around that used it.  But it was never
 formally specified.
 
-<P>This program takes input only on Standard Input.  Its output is
+<p>This program takes input only on Standard Input.  Its output is
 always on Standard Output.
 
-<P>You should never have to use this program with images generated by
+<p>You should never have to use this program with images generated by
 programs in the Netpbm package or programs that use the Netpbm
 libraries.  If you do, that probably means something needs to be fixed
 in those programs.  The Netpbm converter for any graphics format that
 represents numbers in little endian form should properly reverse the
 bytes to create correct Netpbm output.
 
-<P>If you create a Netpbm image from a generic stream of samples,
-using <B>rawtopgm</B> or <B>rawtoppm</B>, use options on those
+<p>If you create a Netpbm image from a generic stream of samples,
+using <b>rawtopgm</b> or <b>rawtoppm</b>, use options on those
 programs to declare the endianness of your input, thus creating
 correct endianness in your PGM or PPM output.
 
-<H2 id="seealso">SEE ALSO</H2>
-
-<B><A HREF="pamdepth.html">pamdepth</A></B>,
-<B><A HREF="rawtopgm.html">rawtopgm</A></B>,
-<B><A HREF="rawtoppm.html">rawtoppm</A></B>,
-<B><A HREF="pnm.html">pnm</A></B>
-
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-</UL>
-</BODY>
-</HTML>
+<h2 id="options">OPTIONS</h2>
+
+<p>There are no command line options defined specifically
+for <b>pamendian</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
+
+<h2 id="seealso">SEE ALSO</h2>
+
+<b><a href="pamdepth.html">pamdepth</a></b>,
+<b><a href="rawtopgm.html">rawtopgm</a></b>,
+<b><a href="rawtoppm.html">rawtoppm</a></b>,
+<b><a href="pnm.html">pnm</a></b>
+
+<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>
+</ul>
+</body>
+</html>