Hi, > I am trying to get batch mode working with script-fu-old-photo. However I > cannot get it working despite my attempts to follow the docs on > adrian.gimp.org. Does anyone have any suggestions on how I can get this > working or of another program which will allow me to do this. I need to > edit ~500 images and it would save me a lot of time if i can get it done > automatically. Don't know if and why batch-mode is broken, but there is a plug-in on the registry called glob wich comes in very handy. You don't need to use the batch-mode with it, since it allows you to use shell globs like "*.jpg" in a script-fu. Just write a small wrapper script in script-fu that calls script-fu-old-photo for each file in the list returned from the file-glob command. Perhaps we should add that plugin to the distribution? Since it does not even create a menuentry and is pretty short, it wouldn't hurt us much... Salut, Sven