:tada: <Ashampoo Kim v0.7.1 just jot released>! :t...
# feed
s
🎉 Ashampoo Kim v0.7.1 just jot released! 🎉 Kim, the *K*otlin *I*mage *M*etadata manipulation library, now features an easy to use API for updates/insertions of embedded thumbnails. You can use it like this:
Copy code
val bytes: ByteArray = loadBytes()
val thumbnailBytes: ByteArray = loadThumbnailBytes()

val newBytes = Kim.updateThumbnail(
    bytes = bytes,
    thumbnailBytes = thumbnailBytes
)
This library serves as a substitute for Apache Commons Imaging, specifically focusing on the metadata component. Originally derived from a Java library, it has been migrated to Kotlin Multiplatform and undergone numerous improvements, surpassing the capabilities of the original version. If you are a user of Apache Commons Imaging, please give it a try and provide your feedback. 🙂
🎉 6