Where can I save the image?

Let’s learn where can I save the image. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

How to save Image with its original size?

In my Flex application I load an image into the Image control. After loading the image I can apply filters like color transform or grayscale etc and then I want to save the image with the filter applied. I am having trouble saving the image with the filters applied. With the following code the Image gets saved without the filters. However, if I use finalImagedata = ImageSnapshot.captureBitmapData(myImage); Then the image gets saved with filters applied but with the dimension of the image control...

Answer:

You should store the bitmapdata retrieved from the Loader as a class member: private var bmd:BitmapData...

Read more

redGREENblue at Stack Overflow Mark as irrelevant Undo

Other solutions

Answer:

Same folder should be fine as long as the code says where pic is located and has right name.

Read more

dallass at Ask.com old Mark as irrelevant Undo

How can I save the zoomed image?

I've canon eos600d camera.After taking photos I can see the images.I can view the images after zooming on the camera lcd screen.since the image has been zoomed,a part of the image can be viewed.my question is-Can I save the zoomed image?if yes,then how...

Answer:

Put a copy of the picture in the computer, crop then save. The camera is a capture device, not for editing...

Read more

Sovan at Yahoo! Answers Mark as irrelevant Undo

How can i copy or save an image showed in the yahoo messenger insider news?

yahoo messenger news pops up while logging in the yahoo messenger and the news contains an image along with excerpt. while clicking on the image or "more" option we get the full news but not the image which we had seen earlier. Is there any...

Answer:

Place your cursor in the middle of the image and right/click on your mouse, scroll to Save Picture As...

Read more

maverick at Yahoo! Answers Mark as irrelevant Undo

How can I save my computer desktop's background as an image/pic?

I found a wallpaper on the internet and set it as my computer background, but I didn't save the image as a backup file onto my computer. So even if I decide to change my computer background to another wallpaper, there is no way I can go back to the previous...

Answer:

its already an image... just right click on your desktop and select properties, select the Desktop tab...

Read more

Sexy-Azn at Yahoo! Answers Mark as irrelevant Undo

I can't save bing pictures anymore it only says save not save image?

i want to save bing pictures on the front page but i cant

Answer:

Just drag the picture off your browser to your desktop with left click of the mouse. Failing which while...

Read more

Sam at Yahoo! Answers Mark as irrelevant Undo

How can I save my Avatar to my computer as a jpg image?

Usually I can right click on an image and have an option to be able to Save as... But when I try this on my avatar it doesn't come up. So how can I save it to be able to upload it later? I want to be able to add it as a photo with a blog on 360.

Answer:

On the main Yahoo Avatar page, select the "Export Avatar" link which will take you to where...

Read more

April J at Yahoo! Answers Mark as irrelevant Undo

My C; Hard Drive is dying. Can I save a disk image?

Can I save a disk image on another larger hard drive then install my new primary hard drive as a slave the put the disk image on that then re move my dying C (primary) Hard drive and repalce it with my new drive set as master.... will this work?

Answer:

yup

Read more

Mr. Burns at Yahoo! Answers Mark as irrelevant Undo

In Python, how can I save a binary file (image, compressed file) from cgi to a local file?

for example, if I can get the data = form['image'] in cgi (the image is actually a file uploaded on web by the user), how can I "write" the file to /usr/..../xxx.jpg?

Answer:

f=open('/usr/..../xxx.jpg') f.write(yourimagedate,'wb') f.close()

Read more

Timger Haibo at Quora Mark as irrelevant Undo

Answer:

This happens sometimes when the image is larger than 5MB. I've also seen this happen off and on as a...

Read more

BrotherObscura at Ask.com old Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.