Reading/Writing image XMP on iPhone / Objective-c
Asked Answered
R

1

5

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?

Rhodos answered 10/11, 2010 at 19:15 Comment(0)
S
8

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.

Switzerland answered 25/2, 2011 at 23:52 Comment(3)
Did you get any further 'down the hole'? I am about to set off on this myself and any experience you can impart will be much appreciated.Setiform
@Setiform did you find an answer?Disloyal
@Disloyal Afraid not. That particular project was put on hold and then I moved on to other things.Setiform

© 2022 - 2024 — McMap. All rights reserved.