ORgal wrote:
I am not understanding why you want to run Script Fu from batch.
If you click Xtns/Script-Fu (the second one in the list) you will be able to click on one of the scripts and make it work. All of the selections below the line across the drop down menu are clickable to run any script you want. Be sure not to click Script-Fu above the line. That won't work.
Thanks for fast reply but,
I need it because I have to link it with website, php on website has to send command to terminal and gimp has to process command and save output to specific folder.
If I run
gimp -n -b -
and after load enter
(script-fu-basic1-logo "GIMPER" 100 "Dragonwick" '(255 255 255) '(6 6 206))
I get what I need, but I need to run by one command
gimp -n -b "(script-fu-basic1-logo "GIMPER" 100 "Dragonwick" '(255 255 255) '(6 6 206))"
but this time I get error, I dont know how.
Sorry for maybe being boring to you, but do you know how to save from terminal?
It should be:
gimp -n -b "(script-fu-basic1-logo "GIMPER" 100 "Dragonwick" '(255 255 255) '(6 6 206))" -b "(file-png-save-defaults run-mode image drawable filename raw-filename)" but I dont know what should I set for parameters "image" and "drawable" ?
Thanks.