From 5fc5c29fba30ecdc1b4ae208d2768e193c6fd2ab Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 5 Mar 2011 20:55:15 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1424 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pamrubber.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'pamrubber.html') 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 {-tri | -quad} [-linear] [-frame] -[-verbose] +[-randseed=N] cp1x cp1y [cp2x cp2y [cp3x cp3y [cp4x cp4y]]] cp1x cp1y [cp2x cp2y [cp3x cp3y [cp4x cp4y]]] [filename] @@ -122,11 +122,16 @@ sheeting. To get the same overlay for the source image, use a pamrubber transformation with identical control points for source and target. -
-verbose
+
-randseed=N
-

This option causes pamrubber to print some information about the -source image. +

pamrubber 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, +pamrubber uses the time of day as the seed, so you get slightly +different output when you run the program twice on the same input.

+ -- cgit 1.4.1