Search notes:

script-fu-util.scm

with-files

Among others, script-fu.util.scm defines (with-files pattern . body).
Tis can be used to execute a Script-Fu <body> on set of files:
gimp -i -b '(with-files "*.png" <body>)'

Index