Reading/Writing image XMP on iPhone / Objective-c

余生颓废 提交于 2019-12-21 05:07:18

问题


I'm trying to read XMP information from a jpeg on iPhone.

I can get tags from IPTC, TIFF or EXIF easily using ImageIO but not XMP. I'm specially interested the rating tag.

Does anyone know how to do that?


回答1:


I've been trying to figure this out myself for a bit. Based on what I've found it looks like a you will need to create or find a custom toolset for parsing the XMP data. It is stored in an XML format. Adobe has an SDK and toolset for dealing with XMP data that can be found here. If you look into that there was an error in the compilation instructions for the SDK in XCode. You can get a correction here on there forums.

You can also find the adobe XMP specification documents here

I still haven't gotten very deep into the rabbit hole of this topic yet myself but since no one else was responding here I thought I'd give you what little I've been able to dig up on the topic.



来源:https://stackoverflow.com/questions/4148140/reading-writing-image-xmp-on-iphone-objective-c

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