How does one add custom metadata tags to an image on the iPhone?

送分小仙女□ 提交于 2019-12-23 01:16:52

问题


I tried adding custom entries in the exif dictionaries I received from an image. This didn't work. I'm assuming this is due to the fact exif is a standard that is already defined.

Basically I am trying to create a metadata tag that can be placed in jpegs that will have no character limit.

I read that XMP metadata tags do not have character limits. Is this true? If so how would I create these on the iPhone?

Thank you.


回答1:


I'm not sure what you've all tried code wise, but Caffeinated Cocoa has a pretty good blog entry on Image Metadata that I've used in an application for a client a while ago that might help you.

Also, the SO post Problem setting exif data for an image looks like it references the Caffeinated Cocoa. Although this question is a little over a year old, it still might help.

Try giving these a shot.



来源:https://stackoverflow.com/questions/6567240/how-does-one-add-custom-metadata-tags-to-an-image-on-the-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!