Re: [Gimp-user] reconciling script-fu interactive and batch arguments

2013-08-30 Thread Kevin Brubeck Unhammer
Gary Aitken g...@dreamchaser.org writes: I have never learned / figured out / been pointed at an example for how to properly write a script which is usable in both interactive and batch modes. [...] This works, but neither procedure is making any use of what should be the first argument

[Gimp-user] reconciling script-fu interactive and batch arguments

2013-08-29 Thread Gary Aitken
I have never learned / figured out / been pointed at an example for how to properly write a script which is usable in both interactive and batch modes. Let's say I have a script-fu add-on: (define (add-watermark orgImg drw watermarkFileName relHt opacity) ... ) (script-fu-register