Beyka / Android-TiffBitmapFactory

MIT License
131 stars 46 forks source link

TiffConverter return false. #37

Open ravikumar5955 opened 5 years ago

ravikumar5955 commented 5 years ago

The TiffConverter retuns false. I have provided the input bmp path and output tiff path . and i get 8-byte image in the destination folder. where as the bmp file is around 300kb.

jfacoustic commented 5 years ago

I'm having the same issue with converting to PNG.

jfacoustic commented 5 years ago

Ahah! I was being stupid. At least for me, I forgot to ask the user for file system permissions. I just added to my Main Activity's onCreate method.

ActivityCompat.requestPermissions(this, arrayOf(android.Manifest.permission.READ_EXTERNAL_STORAGE, android.Manifest.permission.WRITE_EXTERNAL_STORAGE), 1)
jfacoustic commented 5 years ago

@ravikumar5955 If it's still relevant to you, try this out.