Questions tagged [save-image]

186 questions
0
votes
2 answers

save image in android

This is a code for saving images in SD card if and if not exist. but i don't know how to read it. Can anybody help me please. This is the download file method: public static String DownLoadFile(String netUrl, String name ) { try { …
A.J
  • 333
  • 1
  • 2
  • 15
0
votes
0 answers

Bitmap Image.Save(Path, ImageCodedInfo, EncoderParams) - XP Parameter not Valid Error

I have viewed a few of similar posts relating to my problem, but so far it 'appears' that my code does everything right and I cannot figure out why the image doesn't save. To mention quickly, I'm personally running Windows7 Pro and when I save the…
0
votes
1 answer

Save image to SD issue with viewpager

My app contain image viewpager with text , im try to save images to SD , BUT when i press button save it force close. any help to solve that will be appreciated. ImagePager public class ImagePager extends Activity { @Override public void…
Android Stack
  • 4,314
  • 6
  • 31
  • 49
0
votes
0 answers

Program freezes when saving images in vb.net

I have created a winform program in visual studio 2012 that saves a image loaded into a picture box when another button is clicked. I first get the file path from the user with: PrePath =…
0
votes
3 answers

Save image and information about image on iPhone

I retrieve image and its information (origin and some other info) from web. How can I store that on iPhone ? I saw using NSFileManager for storing images, but how can I store image and some other information with it ? Should I use NSDictionary and…
zhuber
  • 5,364
  • 3
  • 30
  • 63
0
votes
2 answers

Is there any native functions in Linux that load and save images without using external libraries?

In Windows LoadImage API loads image to the memory. FreeImage (http://freeimage.sourceforge.net) is a cross-platform library for loading and saving images, but I want to use functions like LoadImage in Windows, that do not depend to any external…
Amir Saniyan
  • 13,014
  • 20
  • 92
  • 137
0
votes
2 answers

How to save any frame of a video

I want to save some frame of my video. I try using CvsaveImage() in visual C++ 2010, but it cannot save many frame, because I don't know how to save the next frame with the different name. So, the old frame will be overwritten by the next one. Can…
kerry_13
  • 289
  • 1
  • 3
  • 12
0
votes
2 answers

jqPlot display button

I am using jqPlot to create and display charts. Can I please have some help to display a button on the same page as the graph that will enable an image to be created of the chart so that the image can be saved to file. Here is my code:
user2023359
  • 289
  • 2
  • 10
  • 18
0
votes
0 answers

iOS : Saving images to app folder and accessing it

I am trying to take an image and place that image to imageView, I am able to do this. But I am not able to save this to device, I want my photo to be saved in my application folder and want to access it from another view. studentImage is my…
Ayan
  • 515
  • 4
  • 9
  • 20
0
votes
1 answer

saving image in NSURL from imagePickerController method

I am using the method below to get an image. What is the 'info' format and how am I going to save it into NSURL? I want to save the NSURL of the image into my core data. -(void) imagePickerController:(UIImagePickerController *)picker…
aDev
  • 95
  • 1
  • 1
  • 11
0
votes
4 answers

Android Camera Taken Picture is not saving to sd card

I have developed a simple android application in Eclipse for Opening camera and taking photo and saving this to Sdcard but when i start camera and take picture and when try to save my application got error that Application ha stopped unfortunately…
user1397781
  • 77
  • 3
  • 12
0
votes
2 answers

Save scaled image to sdcard android

i've the following code, that scale the object. Now i want to save the scaled image to sdcard, please help me regarding that i've searched many but didn't find any public boolean onTouch(View v, MotionEvent event) { ImageView view =…
Numair
  • 1,062
  • 1
  • 20
  • 41
-1
votes
1 answer

While saving image in internal storage, a copy of that image is storing in pictures folder named with timestamp

I am storing an image in internal storage. I have a bitmap. but it is also storing a copy of that image in pictures folder named with the time stamp. please help me on that. private void saveBitmapCropped(Bitmap bitmap,String uid){ String path…
Fawad Khan
  • 103
  • 2
  • 12
-1
votes
2 answers

No permission to WRITE on SD Card

I am desperatly looking for a mistake in my code and would really appreciate if sb could help me with that. I am trying to save an Image to the SD Card of my Samsung Galaxy Tab s2 but no matter what code I use, I do not seem to be able to make any…
-1
votes
1 answer

ASP.NET MVC Error when saving image

I am trying to save an image I've created from Bitmap in a given Path in my project, but I get this error: Additional information: A generic error occurred in GDI+. This is the code : public void SaveCaptchaImage(string name) { …
Marcus
  • 128
  • 2
  • 12
1 2 3
12
13