开发者

Loading TIFF's in Android

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.


Here is my library that allow to choose some decode parameters for tiff (f.e. page for multipage tiff) https://github.com/Beyka/Android-TiffBitmapFactory


Java Advanced Imaging (JAI) is the best solution. It has a decoder and encoder for TIFF files.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜