将isf格式转换为png?

时间:2019-10-15 08:27:30

标签: c# image .net-4.0

我需要在winform中将isf文件转换为png格式,并且只能使用net framework 4, 我不能使用它上面的版本。 有可能吗?

1 个答案:

答案 0 :(得分:0)

我用wpf将isf转换为png。 我创建了一个wpf userControl并将isf转换为png,如以下链接论坛中所述: https://social.msdn.microsoft.com/Forums/en-US/a583fa9d-ea2b-4d1a-99e1-9cb039f7637d/how-to-convert-isf-to-png?forum=wpf 最后,我将控件库添加到winform中,感谢您的评论。