Skip to content

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

Description

@anthony-foulfoin

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions