Open ravikumar5955 opened 5 years ago
I'm having the same issue with converting to PNG.
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)
@ravikumar5955 If it's still relevant to you, try this out.
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.