summary refs log tree commit diff
path: root/picttoppm.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 /picttoppm.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 'picttoppm.html')
-rw-r--r--picttoppm.html108
1 files changed, 56 insertions, 52 deletions
diff --git a/picttoppm.html b/picttoppm.html
index 793c414f..525f0b2e 100644
--- a/picttoppm.html
+++ b/picttoppm.html
@@ -1,34 +1,33 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Picttoppm User Manual</TITLE></HEAD>
-<BODY>
-<H1>picttoppm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Picttoppm User Manual</title></head>
+<body>
+<h1>picttoppm</h1>
 Updated: 17 June 2006
-<BR>
-<A HREF="#index">Table Of Contents</A>
-
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
 
+<h2>NAME</h2>
 picttoppm - convert a Macintosh PICT file to a PPM
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>picttoppm</B>
+<b>picttoppm</b>
 
-[<B>-verbose</B>]
+[<b>-verbose</b>]
 
-[<B>-fullres</B>]
+[<b>-fullres</b>]
 
-[<B>-noheader</B>]
+[<b>-noheader</b>]
 
-[<B>-quickdraw</B>]
+[<b>-quickdraw</b>]
 
 <br>
 
-[<B>-fontdir</B> <i>file</i>]
+[<b>-fontdir</b> <i>file</i>]
 
-[<I>pictfile</I>]
+[<i>pictfile</i>]
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -46,44 +45,49 @@ Macintosh applications.
 
 <p>In MacOS X, PDF replaces PICT as the main graphics format.
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-fontdir </B><I>file</I>
+<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>picttoppm</b> recognizes the following
+command line options:
 
-<DD>Make the list of BDF fonts in <i>file</i> available for use by
+<dl compact>
+<dt><b>-fontdir </b><i>file</i>
+
+<dd>Make the list of BDF fonts in <i>file</i> available for use by
 <b>picttoppm</b> when drawing text.  See below for the format of the
 fontdir file.  This is in addition to the built-in fonts and those in
 the file <b>fontdir</b>.
 
-<DT><B>-fullres</B>
+<dt><b>-fullres</b>
 
-<DD>Force any images in the PICT file to be output with at least their
+<dd>Force any images in the PICT file to be output with at least their
 full resolution.  A PICT file may indicate that a contained
 image is to be scaled down before output.  This option forces images
 to retain their sizes and prevent information loss.
 This option disables all PICT operations except images.
 
-<DT><B>-noheader</B>
+<dt><b>-noheader</b>
 
-<DD>Do not assume the first 512 bytes of the file are a header.  All PICT
+<dd>Do not assume the first 512 bytes of the file are a header.  All PICT
 files have such a header, but this is useful when you have PICT data that was
 not stored in the data fork of a PICT file.
 
-<DT><B>-quickdraw</B>
+<dt><b>-quickdraw</b>
 
-<DD>Execute only pure quickdraw operations.  In particular, turn off
+<dd>Execute only pure quickdraw operations.  In particular, turn off
 the interpretation of special PostScript printer operations.
 
-<DT><B>-verbose</B>
+<dt><b>-verbose</b>
 
-<DD>Print a whole bunch of information about the PICT file and the
+<dd>Print a whole bunch of information about the PICT file and the
 conversion process that only <b>picttoppm</b> hackers really care
 about.
 
-</DL>
+</dl>
 
-<H2 id="limitations">LIMITATIONS</H2>
+<h2 id="limitations">LIMITATIONS</h2>
 
 The PICT file format is a general drawing format.  <b>picttoppm</b>
 does not recognize all the drawing commands, but it does fully
@@ -107,11 +111,11 @@ directory files.
 in the current directory, if it exists.  You may specify an additional
 font directory file with the <b>-fontdir</b> option.
 
-<P>Obviously the font definitions are strongly related to the
+<p>Obviously the font definitions are strongly related to the
 Macintosh.  You can find more font numbers and information about fonts
 in Macintosh documentation.
 
-<H3 id="fontdir">Font Directory File Format</H3>
+<h3 id="fontdir">Font Directory File Format</h3>
 
 <p>Each line in the file is either a comment or font information.  A
 comment begins with <b>#</b>.  The font information consists of 4
@@ -120,7 +124,7 @@ is the font size in pixels, the third is the font style and the fourth
 is the name of a BDF file containing the font.  The BDF format is
 defined by the X Window System and is beyond the scope of this document.
 
-<P>The font number indicates the type face.  Here is a list of known
+<p>The font number indicates the type face.  Here is a list of known
 font numbers and their faces.
 
 <dl>
@@ -143,7 +147,7 @@ font numbers and their faces.
 <dt>24      <dd>Taliesin
 </dl>
 
-<P>The font style indicates a variation on the font.  Multiple
+<p>The font style indicates a variation on the font.  Multiple
 variations may apply to a font and the font style is the sum of the
 variation numbers which are:
 
@@ -158,27 +162,27 @@ variation numbers which are:
 </dl>
 
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
 Inside Macintosh volumes 1 and 5,
-<A HREF="ppmtopict.html">ppmtopict</A>,
-<A HREF="ppm.html">ppm</A>
+<a href="ppmtopict.html">ppmtopict</a>,
+<a href="ppm.html">ppm</a>
 
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Copyright 1993 George Phillips
 
-<HR>
-<H2 id="inedex">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="#fonts">FONTS</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="#limitations">LIMITATIONS</a>
+<li><a href="#fonts">FONTS</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>