paynekj wrote:
I hope you're working on copies as your script overwrites your originals.
You're also being inconsistent about the name of your function - is it process-fingerprint or process-fingerprints ?
You need to enclose the -b argument in double-quotes, and escape the double-quotes around the file name. And escape the back-slashes.
You also need to quit gimp when you're finished (or write a script to process multiple files)
So I get this command line:
"C:\Program Files\GIMP 2.10\bin\gimp-console-2.10.exe" -b "(process-fingerprint \"C:\\Users\\paynekj\\Pictures\\tmp\\output1.jpg\")" -b "(gimp-quit 0)"
Paynekj,
Thank you so much! The only thing that I had to change was the first part. The command that I used was:
gimp-console-2.10.exe -b "(process-fingerprint \"C:\\Users\\mikef\\Documents\\Projects\\FingerPrints\\S20190605_0001.jpg\")" -b "(gimp-quit 0)"
It worked great. I spent hours playing yesterday trying to figure this out. I was so close. But never got there. Your help got me over the hump. Thanks again! The kids will be thrilled (I hope) by the fun we are going to have with our fingerprints.
Mike