开发者

Loading TIFF's in Android

开发者 https://www.devze.com 2023-03-19 02:01 出处:网络
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 rou

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

精彩评论

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

关注公众号