save-image Questions
13
Solved
i have an app with a gallery of images and i want that the user can save it into his own gallery.
I've created an option menu with a single voice "save" to allow that but the problem is...how can i...
Phaih asked 19/12, 2011 at 11:15
13
I have a canvas element with a drawing in it, and I want to create a button that when clicked on, it will save the image as a png file. So it should open up the save, open, close dialog box...
I do...
Can asked 20/6, 2012 at 3:10
0
I am just trying to programmatically save displayed widget on my computer. I tried to use capture as well as output. I wish there was method called .savefig()
I have seen this question, Save iPytho...
Tumble asked 2/12, 2020 at 19:31
2
Solved
I want to save uploaded files such as a user's avatar image to user collection in MongoDB, I guess the steps are:
user upload a image;
use a FileHandler (IHttpHandler, Asp.net) to accept the file...
Poon asked 24/9, 2011 at 11:10
4
I'm trying to save an image to the photo library in Swift 3 (I'm working with Xcode 8).
ViewController Code:
func shareImage(image: UIImage) {
let items = [image]
var activityVC: UIActivityVie...
Scan asked 28/9, 2016 at 9:34
3
Solved
How can I save an image (like using UIImageWriteToSavedPhotosAlbum() method) with a filename of my choice to the private/var folder?
Choe asked 15/2, 2010 at 4:27
1
Solved
In my app I need to allow a user to right-click on an image to save the image to disk. However, I have noticed that with my particular code, Google Chrome is the only browser that doesn't allow the...
Jap asked 16/11, 2016 at 23:21
1
I need to take a screenshot of part of the screen and check if the screenshot is equal to the image in pictureBox2.
This is the line that doesn't work:
pictureBox1.Image.Save(ms, pictureBox...
Scandent asked 31/3, 2015 at 11:11
1
How will I save data from javascript's canvas.toDataURL to an image file in ruby?
The sample code below create the image but gives an error saying the format is not recognized or damaged
require ...
Trici asked 24/4, 2012 at 13:30
1
Solved
I am having issues saving images in python via GIMP. I can get the image and apply the effects I want, but when I go to save, it only saves one layer and not everything (NOTE: The background is tra...
Meacham asked 18/3, 2013 at 16:44
3
Solved
I have a page in my site, displaying some images that are produced my PHP. When I right click on an image and click Save Image As I get as default name the name of the php file used for generating ...
Unassailable asked 28/6, 2011 at 14:8
1
© 2022 - 2025 — McMap. All rights reserved.