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

Reply via email to