diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-04-26 20:18:12 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-04-26 20:18:12 +0000 |
commit | 4ee0e1dcfc013a10729bc0512c0bee14ad480967 (patch) | |
tree | 478b9f1574f4080409dfd4c603edec9d52b587c4 /pamaddnoise.html | |
parent | ca9d1542c6311b33006250e0845996b233cfc3d5 (diff) | |
download | netpbm-mirror-4ee0e1dcfc013a10729bc0512c0bee14ad480967.tar.gz netpbm-mirror-4ee0e1dcfc013a10729bc0512c0bee14ad480967.tar.xz netpbm-mirror-4ee0e1dcfc013a10729bc0512c0bee14ad480967.zip |
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@900 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamaddnoise.html')
-rw-r--r-- | pamaddnoise.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pamaddnoise.html b/pamaddnoise.html index 6e9057c5..48a8413a 100644 --- a/pamaddnoise.html +++ b/pamaddnoise.html @@ -38,7 +38,7 @@ pamaddnoise - add noise to a Netpbm image <B>pamaddnoise</B> <B>-type </B> <B>multiplicative_gaussian</B> -[<B>-msigma</B> <I>value</I>] +[<B>-mgsigma</B> <I>value</I>] <BR> @@ -91,6 +91,7 @@ pamaddnoise - add noise to a Netpbm image <b>pamaddnoise</b> treats a PPM image as 3 independent planes, not as a plane of colors in a color space. + <H2 id="options">OPTIONS</H2> <DL COMPACT> @@ -102,7 +103,7 @@ a plane of colors in a color space. <DD>Used for laplacian noise only. The default value is 10.0. -<DT><B>-msigma</b> <i>value</i> +<DT><B>-mgsigma</b> <i>value</i> <DD>Used for mutliplicative gaussian noise only. The default value is 0.5. |