• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Read XMP/IPTC data

Explorer ,
Mar 23, 2009 Mar 23, 2009

Copy link to clipboard

Copied

Hello all-

I am reading data out of a JPEG. Specifically the EXIF and IPTC data. One of the fields I want is iptc.intellectualGenre.

Unfortunately- I cannot get to that with the imageGetIPTCMetadata(thispic) function. That field just seems to be missing. But according to the IPTC people, it is part of their core.

Okay, now step two...using an outside program, (PIE) I can see that it pushes Intellectual Genre to the XMD section. Alas, I cannot read XMD at all.

Is there a fairly simple way to read XMD, or just the IPTC.IntellectualGenre?

Thanks-

Karl

(oh, and going to the Adobe XMD Dev site has not helped me at all...)
TOPICS
Advanced techniques

Views

827

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 23, 2009 Mar 23, 2009

Copy link to clipboard

Copied

karlkrist wrote:
> I am reading data out of a JPEG. Specifically the EXIF and IPTC data. One of
> the fields I want is iptc.intellectualGenre.

dumb question but is that data in the image? i just tested against
http://www.drewnoakes.com/code/exif/sampleOutput.html & cf produces the same
output as that lib (it should as cf's EXIT & IPTC metadata is based on his java
lib).

also when did this tag & the "core" bits get released? after that lib?

btw the EXIF data differed in tag names (the GPS bits mainly).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 23, 2009 Mar 23, 2009

Copy link to clipboard

Copied

PaulH **AdobeCommunityExpert** wrote:
> output as that lib (it should as cf's EXIT & IPTC metadata is based on his java

uh that's EXIF not EXIT ;-)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 30, 2009 Mar 30, 2009

Copy link to clipboard

Copied

LATEST
Okay, I ended up writing my own routine to read the XMP data.

Sad though, that ADOBE ColdFusion cannot read ADOBE XMP (or .flv files for that matter!) out of the box.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation