summary refs log tree commit diff
path: root/gemtopnm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 03:14:39 +0000
commita87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (patch)
tree0e462a89e51e65b0d293104f437aa371d8e56ee1 /gemtopnm.html
parente4dbb262ce92440414dad7735f9b9264e47cffa0 (diff)
downloadnetpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.gz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.tar.xz
netpbm-mirror-a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'gemtopnm.html')
-rw-r--r--gemtopnm.html73
1 files changed, 39 insertions, 34 deletions
diff --git a/gemtopnm.html b/gemtopnm.html
index 75429aee..75783917 100644
--- a/gemtopnm.html
+++ b/gemtopnm.html
@@ -1,21 +1,21 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Gemtopnm User Manual</TITLE></HEAD>
-<BODY>
-<H1>gemtopnm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Gemtopnm User Manual</title></head>
+<body>
+<h1>gemtopnm</h1>
 Updated: 30 April 2000
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 gemtopnm - convert a GEM .img file into a PNM image
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>gemtopnm</B>
-[<B>-d</B>]
-[<I>gemfile</I>]
+<b>gemtopnm</b>
+[<b>-d</b>]
+[<i>gemfile</i>]
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -27,33 +27,38 @@ four plane.
 <p>The input file is <i>gemfile</i> if you specify that argument, or
 Standard Input otherwise.  Output is to Standard Output.
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-d</B>
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>gemtopnm</b> recognizes the following
+command line option:
 
-<DD>Produce output describing the contents of the .img file.
+<dl compact>
+<dt><b>-d</b>
 
-</DL>
+<dd>Produce output describing the contents of the .img file.
 
-<H2 id="seealso">SEE ALSO</H2>
+</dl>
 
-<B><A HREF="pbmtogem.html">pbmtogem</A></B>,
-<B><A HREF="pnm.html">pnm</A></B>
+<h2 id="seealso">SEE ALSO</h2>
 
-<H2 id="author">AUTHOR</H2>
+<b><a href="pbmtogem.html">pbmtogem</a></b>,
+<b><a href="pnm.html">pnm</a></b>
 
-<p>Copyright (C) 1988 Diomidis D. Spinellis (<A
-HREF="mailto:dds@cc.ic.ac.uk">dds@cc.ic.ac.uk</A>).
+<h2 id="author">AUTHOR</h2>
 
-<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>
+<p>Copyright (C) 1988 Diomidis D. Spinellis (<a
+href="mailto:dds@cc.ic.ac.uk">dds@cc.ic.ac.uk</a>).
+
+<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>