You are not logged in.

#1 2010-07-15 13:30:35

skazhy
Member
From: Riga, Latvia
Registered: 2009-07-01
Posts: 46

Gimp batch mode script

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 smile

Offline

#2 2010-07-15 13:47:36

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Gimp batch mode script

<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

Board footer

Powered by FluxBB