EXIFutils to the rescue

Bette teaches kindergarten. She takes pictures, and as the computer consultant, I have to upload them to the Walgreens website. So I use iTag to review them and add the IPTC keyword tag “printme” to the ones she wants printed. How to convert to Walgreens?

It’s not pretty. I use the wonderful EXIFUtils to extract a list:

S:\pix>exiflist /o l -f file-name,ip-keyword . | grep printme | sort
VVKG_20080811_144431.jpg,Kindergarten; garden; sunflower; printme
VVKG_20080812_155541.jpg,Kindergarten; garden; sunflower; printme
...

Sort it for ease of picking. Grep to filter out the ones with printme. Simple.

Until you start with Walgreens. You can either work with their ActiveX uploader, which truncates the last part of the filename, or add one at a time via a Browse button and the standard file-open dialog, which is slow.

Needed: upload a list, or allow multiple selections in the browse box. Or a new print vendor with a location 1/2 mile away. Still cheaper than printing them on a printer.

Also, I could use ThumbsPlus — you can do queries on a folder based on a keyword, then move those into a temporary folder, then upload the temp folder. Might even be easier.

Walgreens photo processing
EXIFUtils
ThumbsPlus


This work is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

Creative Commons License
This entry was posted in Computers and tagged , , . Bookmark the permalink.

Leave a Reply