3

How can I open a TIFF file in my Android application?

Dan
  • 10,531
  • 2
  • 36
  • 55
  • duplicate question - look here: http://stackoverflow.com/questions/6645810/loading-tiffs-in-android – BitBank Feb 23 '12 at 22:09

2 Answers2

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
1

Open Source Google code project : TiffViewer

You can use it.