Akylas / OSS-DocumentScanner

Android document document scanning app
https://www.akylas.fr
MIT License
607 stars 22 forks source link

Move scaling options on export view from settings page #180

Open NripPrajapat opened 3 months ago

NripPrajapat commented 3 months ago

It would be great if the export setting option also gives the estimate of file size while exporting the file. So move the scaling option to the export view, not the export settings, making it easier for the user to get the perfect size of file in minimum time.

farfromrefug commented 3 months ago

@NripPrajapat i understand what you propose but estimating file size is very difficult because of JPEG compression which really depends on the image itself. It would mean bad estimation in most case which would not help users. NOt sure how to solves this for you. Will keep this open and think about it