0

I want to create a Bitmap of .tiff extension. I saw in stack overflow 1 and stack overflow 2 the code is in java. But I was unable to find this class in kotlin. Is there any better way doing in kotlin to load in .tiff.

Kotlin Learner
  • 3,995
  • 6
  • 47
  • 127
  • Kotlin is very compatible with Java libraries. You can just use JAI as suggested in those other answers. Or if that doesn't work on Android, something like https://github.com/Beyka/Android-TiffBitmapFactory. – Thomas Nov 23 '22 at 09:26

0 Answers0