[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 this is not possible for now.
Does anyone know if there is any plan for a future release aiming to 
allow this way to execute batch commands ?

Pierre
-- 
Pierre HABRAKEN - mailto:[EMAIL PROTECTED]
Tél: 04 76 63 59 94 - Fax: 04 76 51 47 93
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


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 $PROJECTDIR is the path to the script my-script.scm.

cat $PROJECTDIR/my-script.scm | gimp -i -b -


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user