本文介绍了在加载Android的TIFF的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图加载TIFF在Android应用程序。不过,我无法找到TIFF文件的原生Android装载机。有没有人有一些指针?我不愿意下去,因为我觉得肯定JNI路线,必须有一个更简单的选择!

I am trying to load TIFF's in an Android application. However I cannot find a native Android loader for TIFF files. Does anyone have some pointers? I am reluctant to go down the JNI route as I feel sure there must be a simpler option!

推荐答案

有是谷歌工程正在进行这一点。
请检查:

There is Google project going on this.please check this: Tiffonandroid

您可以在这里找到所有相关信息。

you can find all the related information here.

这篇关于在加载Android的TIFF的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 22:48