You are not logged in.
Pages: 1
Hi!
I need to apply the Gimp vintage look v1.0 script to all the images in the folder.
I tried to modify existing batch script from Gimp tutorials page:
gimp -i -b '(vintage-look "foo.png" 10 10 10)' -b '(gimp-quit 0)'But it returns batch command experienced an execution error. The plugin works fine, when in graphical mode. I am using 2.6.9 version of Gimp.Could someone help out with the correct syntax to edit apply the filter to an image (or to all images in folder)?
Thanks in advacne ![]()
Offline
<wild guess>
gimp -i -b '(mm1-vintage-look "foo.png" 10 10 10)' -b '(gimp-quit 0)'
The file is mm1-vintage-look.0.3.scm so maybe you should use it in the script?
Offline
Pages: 1