I am running ubuntu. I have a directory with many jpgs in it, they are all the same size. I want to resize all of them to 500 x 500 pixels.
I want to use GIMP command line functions.
The files are in /pics
I am trying:
gimp -i -b '(gimp-image-scale "./pics/*.jpg" 500 500)' -b '(gimp-quit 0)'
The error I get is:
batch command experienced an execution error:
Error: ( : 1) Invalid type for argument 1 to gimp-image-scale
Surely I am doing something stupid and I am willing to pay someone 0.025BTC to help me, I've already wasted too much time on this.
Check my posting history, I have paid many rewards in the past for help like this.