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…

Ben Aman
- 1
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 =…

CollegeCoder
- 1
- 2
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: