Re: [Gimp-user] script-fu batch file

2008-09-25 Thread Sven Neumann
Hi, On Thu, 2008-09-25 at 09:14 +0200, Pierre Habraken wrote: > I am a newbie to Gimp. > I need to execute Gimp scripts from files which do not reside in > ~/.gimp/scripts, for instance with the following invocation example: > gimp -i -b $PROJECTDIR/my-script.scm -b 'gimp-quit 0) > where $PROJEC

[Gimp-user] script-fu batch file

2008-09-25 Thread Pierre Habraken
Hello, I am a newbie to Gimp. I need to execute Gimp scripts from files which do not reside in ~/.gimp/scripts, for instance with the following invocation example: gimp -i -b $PROJECTDIR/my-script.scm -b 'gimp-quit 0) where $PROJECTDIR is the path to the script my-script.scm. I understand that t