Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to work with XMP data #8

Open
dragon66 opened this issue Feb 11, 2015 · 7 comments
Open

API to work with XMP data #8

dragon66 opened this issue Feb 11, 2015 · 7 comments

Comments

@dragon66
Copy link
Owner

Adobe XMP is considered a better metadata format and it support customized metadata entries. Currently "icafe" can extract, show, and insert XMP data as a whole in XML DOM format. It's better to have some API or else to manage the namespace, schema, etc. Adobe already has an API XMPCore. I am investigating more about the XMP format and may take a look at the XMPCore too.

@haraldk
Copy link

haraldk commented Feb 12, 2015

Just a comment: Personally, I'd just use Adobe's XMP toolkit for Java, as it already has a liberal OSS license (BSD), unless you have an idea for a much better API. :-)

I started creating my own API once, but I don't think it's very useful, and it probably does not support all the things Adobe's XMP API does... Then again, maybe it was a useful exercise to learn about XMP.

Keep up the good work!

Harald K

@dragon66
Copy link
Owner Author

Hi haraldk, thanks for your comment. Maybe you are right. I will try using Adobe API.

@dragon66
Copy link
Owner Author

The final version of the implementation doesn't rely on any specific way to create the XMP data. It start with the input XMP and insert it into images or extract XMP and show it in XML format. How the initial XMP is created is up to the user for the library.

@dragon66 dragon66 changed the title API or fine tune XMP data API to work with XMP data Jun 14, 2015
@dragon66 dragon66 reopened this Aug 22, 2016
@sinedsem
Copy link

Any reasons to keep this issue open?

@dragon66
Copy link
Owner Author

@sinedsem I still want to implement my own version some day so keep it open as a reminder.

@fhoner
Copy link

fhoner commented Sep 25, 2018

Any updates on this?

@dragon66
Copy link
Owner Author

Not much yet. Completely occupied these days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants