diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-12-25 03:06:05 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-12-25 03:06:05 +0000 |
commit | 1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch) | |
tree | 78bdf336648566f7a7d55f42837357dea3dd674c /pnmmargin.html | |
parent | 16f2ac126651015a376eba864a3a35f738b0b25a (diff) | |
download | netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip |
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmmargin.html')
-rw-r--r-- | pnmmargin.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/pnmmargin.html b/pnmmargin.html new file mode 100644 index 00000000..f9f3c223 --- /dev/null +++ b/pnmmargin.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML><HEAD><TITLE>Pnmmargin User Manual</TITLE></HEAD> +<BODY> +<H1>pnmmargin</H1> +Updated: 01 June 2002 +<BR> +<A HREF="#index">Table Of Contents</A> + +<A NAME="lbAB"> </A> +<H2>NAME</H2> + +pnmmargin - add a border to a PNM image + +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<B>pnmmargin</B> + +[<B>-white</B>|<B>-black</B>|<B>-color</B> + +<I>colorspec</I>] + +<I>size</I> + +[<I>pnmfile</I>] + +<A NAME="lbAD"> </A> +<H2>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. + +<A NAME="lbAE"> </A> +<H2>OPTIONS</H2> + +<P>You can specify the border color with the <B>-white</B>, +<B>-black</B>, and <B>-color</B> options. If no color is specified, +the program makes a guess. + +<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 +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 +size, <b>pamcut</b> may be what you want. + +<A NAME="lbAF"> </A> +<H2>SEE ALSO</H2> + +<A HREF="pamcut.html">pamcut</A> +<A HREF="pnmcrop.html">pnmcrop</A> +<A HREF="pnmcat.html">pnmcat</A> +<A HREF="pnm.html">pnm</A> + +<A NAME="lbAH"> </A> +<H2>AUTHOR</H2> + +Copyright (C) 1991 by Jef Poskanzer. + +<HR> +<A NAME="index"> </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="#lbAE">OPTIONS</A> +<LI><A HREF="#lbAF">SEE ALSO</A> +<LI><A HREF="#lbAH">AUTHOR</A> +</UL> +</BODY> +</HTML> |