summary refs log tree commit diff
path: root/pnmmargin.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-02 18:44:01 +0000
commitad48d09aa16cf2c106ba4d0e232c703a75ab5c49 (patch)
tree67fe02ab9d4f8952d6ac8b0aac1674f099f0fd7e /pnmmargin.html
parent56ef5a9528e4eb818db26d7cee8733d46d6cb687 (diff)
downloadnetpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.gz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.tar.xz
netpbm-mirror-ad48d09aa16cf2c106ba4d0e232c703a75ab5c49.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3905 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmmargin.html')
-rw-r--r--pnmmargin.html95
1 files changed, 54 insertions, 41 deletions
diff --git a/pnmmargin.html b/pnmmargin.html
index cd815a2d..4400ed55 100644
--- a/pnmmargin.html
+++ b/pnmmargin.html
@@ -1,81 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pnmmargin User Manual</TITLE></HEAD>
-<BODY>
-<H1>pnmmargin</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pnmmargin User Manual</title></head>
+<body>
+<h1>pnmmargin</h1>
 Updated: 12 November 2014
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pnmmargin - add borders to a PNM image
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pnmmargin</B>
-[<B>-white</B>|<B>-black</B>|<B>-color</B> <I>colorspec</I>] <I>size</I>
-[<I>pnmfile</I>]
+<b>pnmmargin</b>
+[<b>-white</b>|<b>-black</b>|<b>-color</b> <i>colorspec</i>] <i>size</i>
+[<i>pnmfile</i>]
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p><b>pnmmargin</b> adds a border around a PNM image.
 
 
-<H2 id="arguments">ARGUMENTS</H2>
+<h2 id="arguments">ARGUMENTS</h2>
 
 <p><i>pnmfile</i> is the name of the input file.  If you don't specify this
 argument, <b>pnmmargin</b> reads the input image from its Standard Input.
 
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<P>You can specify the border color with the <B>-white</B>,
-<B>-black</B>, and <B>-color</B> options.  If you don't specify a color, the
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-plain</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>pnmmargin</b> recognizes the following
+command line options:
+
+<p>You can specify the border color with the <b>-white</b>,
+<b>-black</b>, and <b>-color</b> options.  If you don't specify a color, the
 program makes a guess.
 
 <p>The value of <b>-color</b> is like the
-<a href="libnetpbm_image.html#colorname">argument of the <b>pnm_parsecolor()</b>
-library routine</a>.
+<a href="libnetpbm_image.html#colorname">argument of the
+<b>pnm_parsecolor()</b> library routine</a>.
+
+<p>The <b>-plain</b> common option was implemented beginning with Netpbm
+version 10.40 (September 2007).
+
+<p>The <b>-quiet</b> common option is not implemented.
 
-<P>To remove a border of a specified size from an image, use
-<B>pamcut</B>.  <b>pnmcrop</b> also removes borders, but determines by itself
+<h2 id="notes">NOTES</h2>
+
+<p>To remove a border of a specified size from an image, use
+<b>pamcut</b>.  <b>pnmcrop</b> also removes borders, but determines by itself
 what is border and what is subject.
 
-<P>For lower level control, including to add different size borders to
+<p>For lower level control, including to add different size borders to
 different sides of the image, look at <b>pnmcat</b>.
 
-<P>If all you're trying to do is get the image up to a certain required
+<p>If all you're trying to do is get the image up to a certain required
 size, <b>pamcut</b> may be what you want.
 
 <p><b>pnmpad</b> does essentially the same thing, but gives you more control
 over the individual margins and does only black and white margins.
 
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
 <ul>
-<li><A HREF="pamcut.html">pamcut</A>
-<li><A HREF="pnmcrop.html">pnmcrop</A>
-<li><A HREF="pnmcat.html">pnmcat</A>
-<li><A HREF="pnmpad.html">pnmpad</A>
-<li><A HREF="pnm.html">pnm</A>
+<li><a href="pamcut.html">pamcut</a>
+<li><a href="pnmcrop.html">pnmcrop</a>
+<li><a href="pnmcat.html">pnmcat</a>
+<li><a href="pnmpad.html">pnmpad</a>
+<li><a href="pnm.html">pnm</a>
 </ul>
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Copyright (C) 1991 by Jef Poskanzer.
 
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#arguments">ARGUMENTS</A>
-<LI><A HREF="#options">OPTIONS</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="#arguments">ARGUMENTS</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#notes">NOTES</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>