There's also an example (using plug-in-unsharp-mask instead of
plug-in-lens-distortion) of applying applying a filter to multiple files
in batch mode in the online documentation.
Look for the section headed "Processing several files" at
http://www.gimp.org/tutorials/Basic_Batch/ (or just hunt on
Kevin Cozens wrote:
>If you want to change the seed each time you start GIMP,
>add '(srand (realtime))' before you call '(rand)'.
Thanks. That solved my problem. -- Catherine
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.
Hello,
When I use the "rand" function in a script-fu script that I run
non-interactively from the command line, I get the exact same result
every time. In other words, the command
gimp -i -b '( ...)' -b '(gimp-quit 0)'
always does the same thing (assuming the same variable inputs).
This is no