Closed nhoizey closed 10 months ago
When uploading an image in https://mutiny.cz/exifr/ with content in these fields, I see them in the raw output.
Ok, I see how to get these fields:
options = { xmp: { pick: ['AltTextAccessibility', 'ExtDescrAccessibility'] } };
It looks however like I get all XMP fields in the output, not just AltTextAccessibility
and ExtDescrAccessibility
despite the pick
option.
Initial “issue” is not relevant anymore, opening a new issue for the last part:
"Alt Text (Accessibility)" and "Extended Description (Accessibility)" where added in IPTC 2 years ago: Oct 27 2021: IPTC Announces New Properties in Photo Metadata to Make Images More Accessible.
They are supported in PhotoMechanic for a year already, for at least a year in Adobe Bridge, and have just been added in Adobe Lightroom Classic.
To explain the use case for these 2 new fields, here's an extract from the article about Photo Mechanic:
exiftool shows these fields as
[XMP-iptcCore] AltTextAccessibility
and[XMP-iptcCore] ExtDescrAccessibility
.Would it be possible to support these 2 fields in exifr?