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.
精彩评论