Dear Gimp-users,
I would like to apply gaussian-blur on all the jpg files in a directory. I tried to modify the script given at unfortunately it doesnt work for me (and the original one didnt work either). Please help me to locate the problem.
I call the script as follows
gimp-2.4.exe -i -b '(simple-unsharp-mask "c:\Program Files (x86)\GIMP-2.0\bin\1513-GC11-025.jpg" 5.0 0.5 0)' -b '(gimp-quit 0)'
But the script seems to try to interpret the parametrs following the filename as other filenames and the program is trying to load the files and No such a file or directory error ensues. What is wrong?
What is the working directory? I run gimp from \GIMP-2.0\bin but when I type only filename.jpg (without full path) the file is not found.
Thanks karpatov
I would like to apply gaussian-blur on all the jpg files in a directory. I tried to modify the script given at unfortunately it doesnt work for me (and the original one didnt work either). Please help me to locate the problem.
I call the script as follows
gimp-2.4.exe -i -b '(simple-unsharp-mask "c:\Program Files (x86)\GIMP-2.0\bin\1513-GC11-025.jpg" 5.0 0.5 0)' -b '(gimp-quit 0)'
But the script seems to try to interpret the parametrs following the filename as other filenames and the program is trying to load the files and No such a file or directory error ensues. What is wrong?
What is the working directory? I run gimp from \GIMP-2.0\bin but when I type only filename.jpg (without full path) the file is not found.
Thanks karpatov