Releases: Ashampoo/kim
Releases · Ashampoo/kim
v0.3.0 - Improved PNG support
For PNG Kim now reads non-standard EXIF & IPTC from tEXt/zTXt chunk.
Also we are introducing Introducing Kim.update() API.
v0.2.1 - XMP Core v0.1.3
Updated to the latest XMP Core dependency to include the fixes & improvements.
v0.2.0 - XMP Core integration
XMP Core for Kotlin Multiplatform now enables Kim to interpret XMP metadata.
v0.1.5 - Better IPTC writing
IptcWriter: Followed recommendations to always write UTF8 IPTC. (#8) There are some discussion about this topic and it looks like that it's at least recommended to include the charset flag as otherwise readers have to guess the right charset. Writing always UTF-8 per default should be a good choice.
v0.1.4 - More robust IPTC parsing
IptcParser: Skip invalid resource block signatures. The logic is now more robust.
v0.1.3 - Android API 23
Set Android min SDK to API 23
v0.1.2 - More robust image format detection
Made the code more robust: Giving a empty byte array in the ImageFormat detection will just return NULL as the matching ImageFormat instead of raising an Exception.
Initial release
Initial release