问题
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 ability in Android? Writing an app and I need to show a TIFF image.
回答1:
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.
回答2:
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.
来源:https://stackoverflow.com/questions/16488958/display-tiff-format-image-in-android-app