If you download an image, there's no easy way to save that to the FS for sharing, attaching to email, etc. It should be synchronous and avoid decoding the image.
.save(File)
I get it
any news on this?
Guys since we dont have this feature implemented you could use this solution: http://stackoverflow.com/questions/32799353/saving-image-from-url-using-picasso
That's precisely what we're trying to avoid. Needlessly roundtripping
through Bitmap and the main thread just to write a file.
On Sun, Apr 16, 2017, 1:11 PM Maiko Trindade notifications@github.com
wrote:
Guys since we dont have this feature implemented you could use this
solution:
http://stackoverflow.com/questions/32799353/saving-image-from-url-using-picasso—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/square/picasso/issues/506#issuecomment-294362768, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAEEEaln8SCGVDph3JdynokL7cEkFnlmks5rwkumgaJpZM4B7dAE
.
Any update or plans about this issue?
Error:In
Duping onto #1049.
Most helpful comment
That's precisely what we're trying to avoid. Needlessly roundtripping
through Bitmap and the main thread just to write a file.
On Sun, Apr 16, 2017, 1:11 PM Maiko Trindade notifications@github.com
wrote: