Display TIFF Format image in Android App

旧城冷巷雨未停 提交于 2019-12-18 08:58:49

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!