Hi!
I'm reading this tutorial:
http://www.gimp.org/tutorials/Basic_Batch/
I did everything as sad, but when I try to execute the script like this:
Code:
gimp -i -b '(simple-unsharp-mask "f.jpg" 5.0 0.5 0)' '(gimp-quit 0)'
or
Code:
gimp -i -b "(simple-unsharp-mask \"f.jpg\" 5.0 0.5 0)" "(gimp-quit 0)"
I get this:
Code:
No batch interpreter specified, using the default 'plug_in_script_fu_eval'.
batch command: experienced an execution error.
I really have no idea what is wrong! I allready searched the forums and google, but could't find anything, that solves this problem! Any suggestions? Thank you!