summary refs log tree commit diff
path: root/pbmto4425.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
commitd06e8ef37fbe6594a5cd73a1c897a816db99f35c (patch)
tree2eded7e8c8839c78a484aee3c874c6ef605a5de6 /pbmto4425.html
parentaed071d6acf292f6cd0dd2a00b1ab54101aa6009 (diff)
downloadnetpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.gz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.xz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmto4425.html')
-rw-r--r--pbmto4425.html77
1 files changed, 39 insertions, 38 deletions
diff --git a/pbmto4425.html b/pbmto4425.html
index d6948936..b6419fb7 100644
--- a/pbmto4425.html
+++ b/pbmto4425.html
@@ -1,71 +1,72 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pbmto4425 User Manual</TITLE></HEAD>
-<BODY>
-<H1>Pbmto4425</H1>
+<html><head><title>Pbmto4425 User Manual</title></head>
+<body>
+<h1>Pbmto4425</h1>
 Updated: 1994
-<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>
 
 pbmto4425 - Display PBM images on an AT&amp;T 4425 terminal
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pbmto4425</B>
-[<I>pbmfile</I>]
+<b>pbmto4425</b>
+[<i>pbmfile</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>.
 
-<B>pbmto4425</b> displays PBM format images on an AT&amp;T 4425 ASCII
+<b>pbmto4425</b> displays PBM format images on an AT&amp;T 4425 ASCII
 terminal using that terminal's mosaic graphics character set.  The
 program should also work with other VT100-like terminals with mosaic
 graphics character sets such as the C. Itoh CIT-101, but it has not
 yet been tested on terminals other than the 4425.
 
-<P> <b>Pbmto4425</b> puts the terminal into 132 column mode to achieve
+<p> <b>Pbmto4425</b> puts the terminal into 132 column mode to achieve
 the maximum resolution of the terminal.  In this mode the terminal has
 a resolution of 264 columns by 69 rows.  The pixels have an aspect
 ratio of 1:2.6, therefore an image should be processed before being
 displayed in a manner such as this:
 
 
-<PRE>
-<B>% pamscale -xscale 2.6 </B><I>pamfile</I> <B>\
+<pre>
+<b>% pamscale -xscale 2.6 </b><i>pamfile</i> <b>\
     | pamscale -xysize 264 69 \
     | ppmtopgm \
     | pamditherbw \
-    | pbmto4425</B>
-</PRE>
+    | pbmto4425</b>
+</pre>
 
-<A NAME="seealso">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<B><A HREF="pbmtoascii.html">pbmtoascii</a></b>,
-<B><A HREF="ppmtoterm.html">ppmtoterm</a></b>,
-<B><A HREF="pbm.html">pbm</A></B>
+<p>There are no command line options defined specifically
+for <b>pbmto4425</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="seealso">SEE ALSO</h2>
+
+<b><a href="pbmtoascii.html">pbmtoascii</a></b>,
+<b><a href="ppmtoterm.html">ppmtoterm</a></b>,
+<b><a href="pbm.html">pbm</a></b>
+
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1993 by Robert Perlberg
 
-<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="#seealso">SEE ALSO</A>
-<LI><A HREF="#lbAE">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>