Display TIFF Format image in Android App

六眼飞鱼酱① 提交于 2019-11-29 15:22:59

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.

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.

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