save image files in C#

后端 未结 4 618
情歌与酒
情歌与酒 2020-12-16 14:48

How can we save image files (types such as jpg or png) in C#?

4条回答
  •  春和景丽
    2020-12-16 15:11

    If you need more extensive image handling than the .Net Framework provides out of the box, check out the FreeImage project

提交回复
热议问题