fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
414 stars 125 forks source link

fix: memory leak rotating cropping, closes #85 #88

Closed paricleu closed 2 years ago

paricleu commented 2 years ago

Use @Allen0505's code from the ticket to fix the memory leaks as I stumbled upon the same problem and needed a fix! Thanks, Allen :)

(My iPhone 6s+ didn't even manage three rotations of this 30MB test png) without the fix)