v0.2 - Convenience functions
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.