My apologies if this has been answered already, I did search but did not find an answer.
Is there a way to write tags back to images or sidecar files? (EXIF, IPTC or any standard sidecar)
Or at minimal, is there a way to export tags from the DB (filename + tags) so I can script exiftool later to bring the tags back to image files?
Thank you.
Comments
Exiftool is the best for manipulating image's metadata and it's a perl library http://www.sno.phy.queensu.ca/~phil/exiftool/ ...maybe that could be used.
Back to my 2nd question. Could one relatively easy export from the SQL DB the tag info with file-names for later script processing?
2. You can export database tables via tools like phpmyadmin. But of course you would have to code something to process the data and its connections between tags and images tables.