Mindinventory / image_cropping

Crop and Rotate Images using this Flutter plugin
https://www.mindinventory.com/flutter-app-development.php
MIT License
43 stars 18 forks source link

it reduces the size of the image #10

Closed HKTareen closed 2 years ago

HKTareen commented 2 years ago

I uploaded a 7MB size of image and it just reduced the size to 1.8 mb even i selected the full area

abrarmalekji345 commented 2 years ago

Hi, it is because of jpg compression at the end, we will add more compression options to choose from. Thank you

abrarmalekji345 commented 2 years ago

@HKTareen you can now do png compression. please update the package, if the platform is web, don't forget to update worker.js. Thank you