Display TIFF Format image in Android App

后端 未结 2 1145
猫巷女王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.

提交回复
热议问题