Quote:
Where to find out how to set parameters, i.e. gimp commands in bimp as actions, is there some add action button as well?
Where would i get a list of the gimp scripts' keyword syntax that would be recognized in bimp, in the gimp scripts did I presume, I hope I am right?
If you looked at the BIMP webpage there are examples there, but apart from built in dialogs - resize - crop - watermark etc there is a
'other gimp procedure' option. The big square with a plus adds incremental actions.
Use the filter in Gimp to determine the values to enter in the BIMP dialog. example:
http://i.imgur.com/ZRG1JIF.jpgG'mic is a little different, there are only two parameters
input layers, set that to 1 and a
command string. If you are clever you will have determined this without any help and can skip BIMP and use gmic in a batch file as mentioned by ofnuts. I have to use the option to write to a log file see:
http://i.imgur.com/YIaguAD.jpg which might look like this
[gmic_gimp]./preview/ -v -99 -fx_bokeh_preview 3,8,0,30,8,4,0.3,0.2,210,210,80,160,0.7,30,20,20,1,2,170,130,20,110,0.15,0
[gmic_gimp]./apply/ -v -99 -fx_bokeh 3,8,0,30,8,4,0.3,0.2,210,210,80,160,0.7,30,20,20,1,2,170,130,20,110,0.15,0
and from that extract
-v -99 -fx_bokeh 3,8,0,30,8,4,0.3,0.2,210,210,80,160,0.7,30,20,20,1,2,170,130,20,110,0.15,0
to copy and paste into BIMP.
You can of course save the total set of actions in a bimp file for later/repeated use if you want, a matter of using BIMP to see what it does and does not do. Generally most of the Gimp filters work, but not all. Some but not all third party scripts will also show up. Use the BIMP search function and a keyword (a sensible guess)
edit: It might help if you gave your OS & version.