I need to get a picture from the user, with different format extensions, and I want to always save it as \"jpg\", for easy handling. is there a good way do that in c# withou
You can use the Image APIs to create an image in-memory, and then persist it in JPG. http://msdn.microsoft.com/en-us/library/ms142147.aspx