c# convert image formats to jpg

前端 未结 5 1559
予麋鹿
予麋鹿 2020-12-28 15:42

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

5条回答
  •  清酒与你
    2020-12-28 15:52

    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

提交回复
热议问题