Java interface to exiftool?

Started by Archive, May 12, 2010, 08:54:21 AM

Previous topic - Next topic

Archive

[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.

Archive

[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.

Archive

[Originally posted by lecisco on 2008-06-06 15:42:21-07]

no problem - it was worth a shot to ask :-)