question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Save to a File API

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:6
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
JakeWhartoncommented, Apr 16, 2017

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 .

0reactions
JakeWhartoncommented, Mar 3, 2018

Duping onto #1049.

Read more comments on GitHub >

github_iconTop Results From Across the Web

File System Access API - MDN Web Docs - Mozilla
This API allows interaction with files on a user's local device, or on a user-accessible network file system. Core functionality of this API...
Read more >
Save Content Using the REST API - dotCMS
The Content REST API allows you to search and render dotCMS content, and allows you to save and update dotCMS content via JSON, ......
Read more >
Saving files from API to internal folder - Stack Overflow
We have a rest api where I can get a list of files that I need to download and save to the device...
Read more >
How to save an API response into a file - Predictive Hacks
We can easily save an API response into a file by just using the terminal in our system. We will use a fake...
Read more >
List Save File (QSRLSAVF) API - IBM
The List Save File (QSRLSAVF) API lists the contents of a save file. The generated list replaces any data that already exists in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found