Display TIFF Format image in Android App

后端 未结 2 1149
猫巷女王i
猫巷女王i 2020-12-21 08:43

I was only able to find one previous post regarding this, and the provided answer did not seem to work correctly. Is there ANY way to show a TIFF image with pinch / zoom ab

相关标签:
2条回答
  • 2020-12-21 09:18

    If you want to show tiff images in your android app but don't want to build native components, look there https://github.com/Beyka/Android-TiffBitmapFactory Is my library for working with tiff.

    0 讨论(0)
  • 2020-12-21 09:41

    There appears to be, in fact, a way to display a TIFF image on Android even though that format isn't supported by ImageView.

    Take a look at this project.

    0 讨论(0)
提交回复
热议问题