Thread

Posted on Tue Mar 18 16:44:12 2008 by sparkie
Can I use this tool for editing a large batch?
I have a database of metadata that I need to write to about 3000 jpegs. I'm thinking of running exiftool via perl. Ie call up the database (MySQL) from PERL, loop through the filenames stored in the db , load each jpeg and write the metadata to the jpeg, save the jpeg and so on. More general question, can I add custom tags (name-value pairs) to the exif data in a jpeg? weather > rotten, that kind of thing. Thanks in advance. sparkie
Direct Responses: 7385 | Write a response
Posted on Tue Mar 18 16:52:24 2008 by exiftool in response to 7384
Re: Can I use this tool for editing a large batch?
You should be able to do everything you want. You can add custom tags in any type of meta information, although it is unlikely that any other application will be able to use them if you add them to EXIF. I suggest XMP for the custom tags since it actually has a chance of working with other applications.

- Phil
Direct Responses: 7386 | Write a response
Posted on Tue Mar 18 17:28:16 2008 by sparkie in response to 7385
Re: Can I use this tool for editing a large batch?
Speedy reply or what! Thank you. I'll give it a whirl. The plan is to hoover up the tagged images into a DAM (Webnative Venture). I'll check with their support on the EXIF / XMP question. Mark
Write a response