Beyka / Android-TiffBitmapFactory

MIT License
131 stars 46 forks source link

Output Image resolution size is very small #49

Open BalrajArpit opened 3 years ago

BalrajArpit commented 3 years ago

Output image file when saved as .tif then its resolution size saved to small size. 3000X4000 images are saved in 183X250 with file size 184kb. I want to save in same resolution as image is taken.

Beyka commented 2 years ago

Please provide some code to understand what is wrong. Do you use TiffSaver or TiffConverter?

BalrajArpit commented 2 years ago

I used your code and instruction that you have given on readme file.

Beyka commented 2 years ago

There are few ways to save image. Provide choice which you used