Quote Originally Posted by rex64
I would like to be able to save JPGs and/or PNGs or some other lossless image into my own files. I would like to manually store the picture size so that I can store multiple images into one file along with other data. What is a good way to do this? Is the 'Image' the only object I need? Thanks.
Hi,

You can use the SaveFileDialog with a SaveFileDialog.filter for that.
Here's a link how to use, with an example;

http://msdn2.microsoft.com/en-us/library/sfezx97z.aspx

Wkr,

sparrow1