https://kotlinlang.org logo
#feed
Title
# feed
s

Stefan Oltmann

11/08/2023, 8:51 PM
Ashampoo XMP Core v0.2 is available 🥳 This library is a port of Adobe's XMP SDK to Kotlin Multiplatform by Ashampoo. The new release adds some convenience functions to
XMPMeta
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
🎉 7
K 1