摘要: using (Image img = Image.FromFile(savePath)) { //如果原图片是索引像素格式之列的,则需要转换 if (img.PixelFormat!=null) { Bitmap bmp = new Bitmap(img.Width, img.Height, Sys 阅读全文
posted @ 2018-10-12 14:14 田边 阅读(726) 评论(0) 推荐(0)