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

[Feature Request] Add ability to download image file only #1527

Closed
Piasy opened this issue Nov 10, 2016 · 1 comment
Closed

[Feature Request] Add ability to download image file only #1527

Piasy opened this issue Nov 10, 2016 · 1 comment

Comments

@Piasy
Copy link

Piasy commented Nov 10, 2016

As we know, picasso doesn't optimize for big image, e.g. 4000*4000, and I've create a library https://github.com/Piasy/BigImageViewer that use https://github.com/davemorrissey/subsampling-scale-image-view to show big image, but we can't load the image into memory as a Bitmap, because it will cost huge amount of memory.

So I need get the downloaded file, either cache hit or miss, Fresco and Glide all supports this feature, could picasso add this?

Thanks!

@JakeWharton
Copy link
Member

Dupe of #506.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants