摘要:
在c#中默认可以讲bitmap保存为gif等格式,但是这种保存方法保存的gif会严重失真 正常情况下的代码: 1 System.Drawing.Bitmap b = new System.Drawing.Bitmap(“c:\original_image.gif“); 2 System.Drawing.Image thmbnail = b.GetThumbnailI... 阅读全文
posted @ 2010-05-14 16:07 懒人ABC 阅读(795) 评论(3) 推荐(1)
浙公网安备 33010602011771号