by Dirk Dietrich <kaufinfo@[EMAIL PROTECTED]
>
Oct 3, 2008 at 06:16 PM
Floyd L. Davidson wrote:
>
> Here's the script you need to batch process fuzzy borders.
>
> ; batchfuzzy.scm
> ;
> ; Apply script-fu-fuzzy-border as a batch process.
> ;
> ; Batchfuzzy is copyright 2008 by Floyd L. Davidson, floyd@[EMAIL PROTECTED]
> ; Script-fu-fuzzy-border is defined in fuzzyborder.scm, which is
> ; copyright by Chris Gutteridge, cjg@[EMAIL PROTECTED]
> ;
> ; A typical example of a command line to invoke this program is:
> ;
> ; gimp -i -c -d -b '(batch_fuzzy_border "*.jpg" "pink" 40 \
> ; TRUE 10 TRUE 50 )' -b '(gimp-quit 0)'
on Windows XP:
gimp-2.6.exe -i -c -d -b "(batch_fuzzy_border
\"E:\\gimpbatchtest\\*.JPG\" \"white\" 40 TRUE 10 TRUE 50 )" -b
"(gimp-quit 0)"
I had to escape the backslashes and I had to use different quotes.
Thanks for the script
Dirk