stripping off and storing XMP data? anyone?
ajgauthier
Registered Users Posts: 260 Major grins
I wasn't sure where to ask this...but I figured all the gurus hanging around the hack/wizard area may have somewhere to refer me.
Short story is that I am looking for an 'industrial grade' tool/widget/software that extracts XMP data (created in Photoship) from a JPG image (like IPTC type XMP) and writes it to a database (like SQL). Why? Astronomical PR image project I'm involved in, thousands of images to extract XMP from and write to a database.
I've been a-googling and haven't found much. Seems that other 'image gallery/digital library' software packages *might* have this feature, but it's all proprietary.
Anyone? Thoughts? Places to send me to look?
thanks,
Adrienne
Short story is that I am looking for an 'industrial grade' tool/widget/software that extracts XMP data (created in Photoship) from a JPG image (like IPTC type XMP) and writes it to a database (like SQL). Why? Astronomical PR image project I'm involved in, thousands of images to extract XMP from and write to a database.
I've been a-googling and haven't found much. Seems that other 'image gallery/digital library' software packages *might* have this feature, but it's all proprietary.
Anyone? Thoughts? Places to send me to look?
thanks,
Adrienne
0
Comments
Another option that might be easier is to find an existing image cataloging program that already writes this type of data to a database.
Depending on what data you want to extract, you could use something like ThumbsPlus from Cerious Software. It uses a MS Access database file format natively and the Pro version can be set up for mySQL and similar databases. All that you would need to do is tell it to capture the IPTC fields into ThumbsPlus user fields. One word of warning though -- the current version of ThumbsPlus only supports IPTC/IIM and not IPTC/XMP. Supposedly the next version will be XMP compliant.
Good luck.
http://www.sno.phy.queensu.ca/~phil/exiftool/
It has the best EXIF support that I've seen, including XMP. I don't know how much expertise you have, but it's a relatively straight forward process to convert the exiftool output into a format that can be imported into a database, or written directly to the database. Do you have the database already?
thanks - we'll have to play with it.
Basically - we have metadata coming in with JPGS for astronomical images, as XMP from a custom template in Photoshop/Fits Liberator. We need to read the XMP from the JPG, and in that process copy it and plop it into a database (SQL). The EXIFtool looks like it just reads and rewrites, but doesn't export into anything 'ploppable' into a database. We'll see...gotta play with it.
Thanks for the suggestions!
Adrienne
- jud
jud@dagnallphoto.com
thanks Jud,
Right now I'm in the conceptual - 'can it be done? how?" stage for grant writing and explaining the project to people. I'm not a programmer, I hire people for that, but I do have an understanding of how things work conceptually, enough to brainstorm out pro's/con's/challenges with a design team.
With this EXIFtool program, I see it can be done...thanks!
Adrienne