summary refs log tree commit diff
path: root/pamrubber.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-03-05 20:55:15 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-03-05 20:55:15 +0000
commit5fc5c29fba30ecdc1b4ae208d2768e193c6fd2ab (patch)
tree30df3972c239572d72f0bd651c38a96ee5188ee0 /pamrubber.html
parent69d5437a1393def7eb6db6bb467fd2fef0246ca8 (diff)
downloadnetpbm-mirror-5fc5c29fba30ecdc1b4ae208d2768e193c6fd2ab.tar.gz
netpbm-mirror-5fc5c29fba30ecdc1b4ae208d2768e193c6fd2ab.tar.xz
netpbm-mirror-5fc5c29fba30ecdc1b4ae208d2768e193c6fd2ab.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1424 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamrubber.html')
-rw-r--r--pamrubber.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/pamrubber.html b/pamrubber.html
index 8475bc6b..61df6f80 100644
--- a/pamrubber.html
+++ b/pamrubber.html
@@ -20,7 +20,7 @@ based on control points
 {<b>-tri | -quad</b>}
 [<b>-linear</b>]
 [<b>-frame</b>]
-[<b>-verbose</b>]
+[<b>-randseed=</b><i>N</i>]
 <i>cp1x cp1y</i> [<i>cp2x cp2y</i> [<i>cp3x cp3y</i> [<i>cp4x cp4y</i>]]]
 <i>cp1x cp1y</i> [<i>cp2x cp2y</i> [<i>cp3x cp3y</i> [<i>cp4x cp4y</i>]]]
 [<i>filename</i>]
@@ -122,11 +122,16 @@ sheeting.  To get the same overlay for the source image, use a <b>pamrubber</b>
 transformation with identical control points for source and target.
 </dd>
 
-<dt><b>-verbose</b></dt>
+<dt><b>-randseed=</b><i>N</i></dt>
 <dd>
-<p>This option causes <b>pamrubber</b> to print some information about the
-source image.
+<p><b>pamrubber</b> randomizes some of its output.  So that you can produce
+repeatable results, you can choose the seed of the random number generator
+with this option.  If you use the same input image and the same random number
+generator seed, you should always get the exact same output.  By default,
+<b>pamrubber</b> uses the time of day as the seed, so you get slightly
+different output when you run the program twice on the same input.
 </dd>
+
 </dl>