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

Does Picasso download Image as a file ? #975

Closed
leelei opened this issue Apr 12, 2015 · 1 comment
Closed

Does Picasso download Image as a file ? #975

leelei opened this issue Apr 12, 2015 · 1 comment

Comments

@leelei
Copy link

leelei commented Apr 12, 2015

I have different size of image, when click thumb image, it will show large image (like 440*7000),
So i just need download (not encode image), get Image Path, use SubsamplingScaleImageView to show

@JakeWharton
Copy link
Member

No. The HTTP client is downloads the image and we stream it directly to the decoder. Not only do we not want Picasso to be in the business of managing the storage of photos on disk, but this would make normal use much, much slower.

If you want a one-off download directly to a File (not to an image), we have a request for that already as #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