AndroidImageLoader
AndroidImageLoader copied to clipboard
Being able to specify the bitmap max width and height
If the original image has a large resolution, AndroidImageLoader creates a Bitmap of the same size, even if we need only a small image for a thumbnail. This leads to OutOfMemoryException.
It would be great if we could specify the max size of the image we want so that AndroidImageLoader could scale down the downloaded image before loading it on disk or in memory : http://developer.android.com/training/displaying-bitmaps/load-bitmap.html
This would be a great feature. If you could provide a patch I'd love to include it. If not, I will work on this when I have more free time. ;p