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.
***
Thanks. These are already included in the current version of ExifTool.
- Phil
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).
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.)
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