[Gimp-user] script-fu batch file

Sven Neumann sven at gimp.org
Thu Sep 25 00:27:39 PDT 2008


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




More information about the Gimp-user mailing list