Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Being able to specify the bitmap max width and height #3

Open
anthony-foulfoin opened this issue May 4, 2013 · 1 comment
Open
Assignees

Comments

@anthony-foulfoin
Copy link

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

@wuman
Copy link
Owner

wuman commented May 7, 2013

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

@ghost ghost assigned wuman May 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants