Because SKIA/skiko is unfortunately lacking TIFF support I wonder what’s an easy, good and performant solution to work around that. Does someone know a Kotlin Multiplatform lib that can convert tiffs to something SKIA can load and display?
I am thinking of something that binds libtiff to Kotlin.
Also I would be interested if someone has insight why SKIA supports so many formats, but lacks TIFF. That surprised me.