https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Stefan Oltmann

06/21/2021, 9:47 AM
I'm looking for a Kotlin Multiplatform library that also allows to write EXIF data. Does anyone know a good one? I need something that runs on JVM Desktop, Android and iOS. I'm aware that Kotlin/Native allows me to use the built-in libs from Android & iOS, but I'm not sure what to do about Desktop... expect that I could use Apache Commons Imaging. A pure Kotlin EXIF Reader/Writer would be a nice thing, but I don't find one so far.
1
b

Big Chungus

06/21/2021, 9:56 AM
You might try your luck on kamp.petuska.dev, although I doubt such solution exists.
s

Stefan Oltmann

06/21/2021, 9:58 AM
Thanks. No search results for "exif" 😕
b

Big Chungus

06/21/2021, 9:58 AM
Then there's nothing for it on mavenCentral I'm affraid
s

Stefan Oltmann

06/21/2021, 9:59 AM
Thanks. I bookmarked the site anyway 🙂
19 Views