yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
108 stars 119 forks source link

Lowering of quality upon repeat export and save image #85

Open Chris2137 opened 4 months ago

Chris2137 commented 4 months ago

Hi All,

May I know if there's any internal mechanism that will resize the final image? My use case is that I try to add a line to the image, then save (export image and save to file), and repeat the same process several time, the image will become blurry, and it will continue to become more blurry as the process repeats.

Any thoughts ?

Thanks