954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Saving an Image from a picturebox

I have A webcam Class and have it so the image in my picturebox displays the live webcam feed. When I click the "Capture" Button, I would like to save the current image being displayed on the picturebox. How would I do this?

jackabascal
Newbie Poster
13 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

Just use the save method of the image.

pictureBox1.Image.Save(filename, System.Drawing.Imaging.ImageFormat.Jpeg);
nick.crane
Nearly a Posting Virtuoso
1,230 posts since Feb 2010
Reputation Points: 375
Solved Threads: 187
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: