How can I open a TIFF file in my Android application?
Asked
Active
Viewed 1.2k times
2 Answers
2
You can use my library, that allow to choose some parameters for opening TIFF https://github.com/Beyka/Android-TiffBitmapFactory

Beyka
- 1,372
- 1
- 10
- 15
-
Thank you very much. Your library is very usefull, especially for saving images to tiff. – kengura Jun 25 '16 at 12:44
-
Really useful, tested it with 60MB images and works ok, still pending to test it on bigger images but so far so good – DarkCygnus May 29 '18 at 17:55