Stefan Oltmann
11/08/2023, 8:51 PMXMPMeta
for commonly used properties.
For example you can now use XMPMeta.getOrientation()
as a shortcut to XMPMeta.getPropertyInteger(XMPConst.NS_TIFF, "Orientation")
.
Also XMPMeta.getKeywords()
and XMPMeta.setKeywords(keywords: Set<String>)
might save you some time.
Check it out:
https://github.com/Ashampoo/xmpcore