this is my first script-fu for gimp and it gives me \"illegal function\" when i try to execute it there.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have this script as an .scm in Gimp: ;MIT license. (define (script-fu-export-layers img drw path outnameformat)
I\'m writing a GIMP script to export layers to files. I want to provide a user-specifiable field where they can provide the format for the filenames to be开发者_StackOverflow exported, with tilde-char
I\'m discovering the gimp API for few days now (using python-fu) and I actually enjoy it. However there is something I can\'t manage to do : attach a text on a path.
I need a very simple shell script that processes all images on a folder and changes its size. The image processing is done with gimp script-fu and the only thing that the shell script have to do is th
(define (script-fu-create-camo image colA colB)) (script-fu-register \"script-fu-create-camo\" \"Camoflauge\"