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 /ppmspread.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 'ppmspread.html')
-rw-r--r-- | ppmspread.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/ppmspread.html b/ppmspread.html new file mode 100644 index 00000000..7e333987 --- /dev/null +++ b/ppmspread.html @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML><HEAD><TITLE>Ppmspread User Manual</TITLE></HEAD> +<BODY> +<H1>ppmspread</H1> +Updated: 16 November 1993 +<BR> +<A HREF="#index">Table Of Contents</A> + +<A NAME="lbAB"> </A> +<H2>NAME</H2> + +ppmspread - displace a PPM image's pixels by a random amount + +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<b>ppmspread</b> + +<I>amount</I> + +[<I>ppmfile</I>] + +<A NAME="lbAD"> </A> +<H2>DESCRIPTION</H2> + +<p>This program is part of <a href="index.html">Netpbm</a>. + +<p><b>ppmspread</b> reads a PPM image as input and moves every pixel +around a bit relative to its original position. <i>amount</i> +determines by how many pixels a pixel is to be moved around at most. + +<P>Pictures processed with this filter will seem to be somewhat +dissolved or unfocussed (although they appear more coarse than images +processed by something like <I>pnmconvol</I>). + +<A NAME="lbAE"> </A> +<H2>SEE ALSO</H2> + +<A HREF="ppm.html">ppm</A>, +<A HREF="pnmconvol.html">pnmconvol</A> + +<A NAME="lbAF"> </A> +<H2>AUTHOR</H2> + +Copyright (C) 1993 by Frank Neumann + +<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">SEE ALSO</A> +<LI><A HREF="#lbAF">AUTHOR</A> +</UL> +</BODY> +</HTML> |