Twig's Tech Tips: Android: Resize a Bitmap image while dealing with immutable Bitmaps and OutOfMemor
When I was first debugging my image watermark code, I found it strange it kept running out of memory. Why!? You're doing it wrong! Firstly, I was trying to edit an immutable (non-editable) Bitmap. You need to generate a mutable copy of the bitmap before y
twigstechtips.blogspot.com |