Skip to content

Releases: Ashampoo/kim

v0.3.0 - Improved PNG support

13 Jul 16:07
d8a25e3
Compare
Choose a tag to compare

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

11 Jul 08:43
73b0413
Compare
Choose a tag to compare

Updated to the latest XMP Core dependency to include the fixes & improvements.

v0.2.0 - XMP Core integration

07 Jul 18:12
750b93e
Compare
Choose a tag to compare

XMP Core for Kotlin Multiplatform now enables Kim to interpret XMP metadata.

v0.1.5 - Better IPTC writing

26 Jun 12:51
ec406a2
Compare
Choose a tag to compare
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

23 Jun 14:45
2733041
Compare
Choose a tag to compare

IptcParser: Skip invalid resource block signatures. The logic is now more robust.

v0.1.3 - Android API 23

05 Jun 17:07
44dbd2c
Compare
Choose a tag to compare

Set Android min SDK to API 23

v0.1.2 - More robust image format detection

31 May 08:01
e52e3a6
Compare
Choose a tag to compare

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

30 May 10:28
Compare
Choose a tag to compare

Initial release