Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Dear David,
I think I saw you last summer when I was a Photoshop intern.
I just came by this post again because I'm struggling with this again. I notice your response was extremely unhelpful. However, I did finally find the answer to my question:
md = image.metadata;
md.namespace = "http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/";
var CreatorCity = md.read("http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/", "Iptc4xmpCore:CreatorContactInfo/Iptc4xmpCore:CiAdrCity");
This will extract each of those components!
John Vu