We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Dupe of #506.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: