ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: sgbotsford on November 03, 2021, 09:24:40 AM

Title: Feature request: New IPTC tags
Post by: sgbotsford on November 03, 2021, 09:24:40 AM

This came out on the Controlled Vocabulary list recently

IPTC Announces New Properties in Photo Metadata to Make Images More Accessible


The latest version of the International Press Telecommunications Council (IPTC) Photo Metadata Standard includes two new properties: Alt Text (Accessibility) and Extended Description (Accessibility). These will make it easier for software companies, publishers, and website developers to make websites and electronic publications more accessible.

Read IPTC's full press release: https://iptc.org/news/iptc-announces-new-properties-in-photo-metadata-to-make-images-more-accessible/  (https://iptc.org/news/iptc-announces-new-properties-in-photo-metadata-to-make-images-more-accessible/)

Explore the possibilities at this year's https://iptc.org/events/photo-metadata-conference-2021/ (https://iptc.org/events/photo-metadata-conference-2021/) on 4 November 2021 15:00 - 19:00 UTC. The conference will be held virtually on Zoom and is free for anyone to attend.

The online IPTC Photo Metadata Standard specification will be updated to the new version on 4 November 2021.



***

Title: Re: Feature request: New IPTC tags
Post by: Phil Harvey on November 03, 2021, 09:26:01 AM
Thanks.  These are already included in the current version of ExifTool.

- Phil
Title: Re: Feature request: New IPTC tags
Post by: StarGeek on November 03, 2021, 10:44:33 AM
Link to the IPTC Core tags (https://exiftool.org/TagNames/XMP.html#iptcCore).  I'm assuming that the tags in question are AltTextAccessibility and ExtDescrAccessibility.  Also assuming that the tags were added in version 12.33 (https://exiftool.org/history.html#v12.33).
Title: Re: Feature request: New IPTC tags
Post by: Neal Krawetz on November 05, 2021, 03:40:53 PM
As far as I can tell, AltTextAccessibility and ExtDescrAccessibility are only defined for use within an XMP recpord. They do not have IPTC IIM identifiers.
https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata

At long as it's in the XMP, it's just handled as text from the XMP parser.
(I don't think the list of hard-coded IPTC IIM identifiers hasn't changed since 2004.)
Title: Re: Feature request: New IPTC tags
Post by: Phil Harvey on November 05, 2021, 10:39:28 PM
Yes, older versions of ExifTool will read these tags, but you need 12.33 or later (or work up your own config file) to be able to write them.

- Phil