[Gimp-user] Trouble calling running batch script in Windows XP
Sven Neumann
sven at gimp.org
Mon Nov 12 10:39:39 PST 2007
Hi,
On Mon, 2007-11-12 at 11:19 -0500, Kevin Cozens wrote:
> For future reference, if you are using a script in batch mode only, you don't
> need the script-fu-register block. The register block is only needed if you
> want to run your scripts by selecting it from a menu within GIMP.
That is not entirely correct. You can only omit the registration for
Script-Fu scripts if you are using the default batch interpreter which
happens to be Script-Fu. For scripts written in other languages, or if
you use a different batch interpreter, the script procedure has to be
registered with the PDB and that is what script-fu-register is doing.
Sven
More information about the Gimp-user
mailing list