Search found 3 matches

by Richard-E
2016-03-06T14:23:21-07:00
Forum: Users
Topic: Can I extract multiple EXIF tags in one go?
Replies: 6
Views: 7073

Re: Can I extract multiple EXIF tags in one go?

Thanks again both. I have a bit more work to do on this but I think I'm heading for a solution that generates a comma-separated list of values, pretty much as you suggest, but which I can then use immediately in SQL INSERT statement. The gist of it - I think - will be (bash) shell script something ...
by Richard-E
2016-03-06T00:44:44-07:00
Forum: Users
Topic: Can I extract multiple EXIF tags in one go?
Replies: 6
Views: 7073

Re: Can I extract multiple EXIF tags in one go?

Ah, thanks. That seems to work well. I'm grateful to you.
by Richard-E
2016-03-05T15:43:41-07:00
Forum: Users
Topic: Can I extract multiple EXIF tags in one go?
Replies: 6
Views: 7073

Can I extract multiple EXIF tags in one go?

Hello, I"m trying to build a catalogue of around 15,000 image files currently stored in a folder structure on a linux (Ubuntu) server. The plan is to write a shell script that will loop through the folder structure and store the file name/path & selected EXIF information about each image in a SQL ...