Top "Save" questions

To store (data) in a computer or on a storage device.

How to save a png from javascript variable

I have an image encoded in base64 in a javascript variable : data:image/png;base64, base64 data [EDIT] I need …

javascript image save
Objective-C creating a text file with a string

I'm trying to create a text file with the contents of a string to my desktop. I'm not sure if …

objective-c cocoa nsstring save
C# - How to change PNG quality or color depth

I am supposed to write a program that gets some PNG images from the user, does some simple edits like …

c# image png image-manipulation save
Saving data upon closing app and retrieving that data

I know, there are plenty of questions in regards to saving/retrieving data on here. I was doing find looking …

android android-activity save data-retrieval
Swift: save video from NSURL to user camera roll

I have a variable videoURL of type NSURL. If I call println(videoURL) it would return something like this: http://…

ios swift parse-platform save nsurl
OpenCV imwrite saving complete black jpeg

I have done some pre processing for dft , and i am trying to save this image by imwrite. My cropped …

c++ opencv matrix save depth
Does Google App Engine allow creation of files and folders on the server?

I know Google App Engine offers free space, but I wonder if it's for storing data in its database only …

google-app-engine file save
Save Bundle to SharedPreferences

I've gone to great lengths to make all of the data for my Android game fit into a savedInstanceState Bundle. …

android save bundle sharedpreferences
Save picture to storage using Glide

I'm trying to add a Download feature to my app, I'm using Glide Library to load the pictures from their …

android save android-glide
R - save multiplot to file

I’d really appreciate your help with the following problem. I know several ways to save a single plot to …

r save ggplot2