Skip to content

v0.2 - Convenience functions

Compare
Choose a tag to compare
@StefanOltmann StefanOltmann released this 08 Nov 16:02
· 21 commits to main since this release
5258c71

This 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.