Jamie McDonald
Jamie McDonald
Thanks @Kegsay, I've updated the title to make the problem a bit clearer.
Thanks for the detailed report! > cancel the crop action the used memory would not be freed whereas it would when actually cropped Sounds like a leak. Did you see...
> CropImageActivity.decodeRegionCrop, resize the rect with sampleSize, also put sampleSize into BitmapFactory.Options of decoder.decodeRegion, remove postScale below in matrix, also recycle decoder after method done I'd definitely be interested in...
Thanks for the report. I'll try to reproduce on a Nexus 7.
Thanks @apinder. I'll take a proper look at this one (and the PRs) when I'm back at work in the new year.
This might do it: https://github.com/jdamcd/android-crop/tree/exif-same-uri
What specific errors are you experiencing? I'm not aware of any ProGuard rules being required.
Are you using the same `Uri` for input & output? I'm keen to fix this, but have trouble reproducing the issue. Are you using a specific camera app? Or maybe...
Thanks for the report & video. I renamed the issue slightly.
Can you confirm the version of the library where you're seeing this problem? It's a known bug from older versions, but was thought to have been fixed. If you're on...