[Originally posted by lecisco on 2008-06-05 13:54:32-07]
I have a few homemade tools written in Java and I'd like to make use of exiftool to work with image data in those tools. Is there a simple way to call exiftool functions from Java? Currently I execute exiftool.exe as a separate process and capture the output to see if there were errors, but that's a bit awkward. Ideally I could do things like query some fields from an image, manipulate them, then write new data back out.
[Originally posted by exiftool on 2008-06-06 11:18:48-07]
Sorry, but other than shelling out to execute perl or exiftool.exe, I don't know to do this.
[Originally posted by lecisco on 2008-06-06 15:42:21-07]
no problem - it was worth a shot to ask :-)