Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Loading TIFF's in Android

Tags:

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!

like image 807
David Martin Avatar asked Jul 11 '11 04:07

David Martin


2 Answers

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

you can find all the related information here.

like image 102
Ankit Jain Avatar answered Sep 30 '22 12:09

Ankit Jain


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

like image 33
Beyka Avatar answered Sep 30 '22 12:09

Beyka