//原图转换为字节
byte[] _ImageBytes = File.ReadAllBytes(pic_path);
System.Drawing.Image img = System.Drawing.Image.FromStream(new System.IO.MemoryStream(_ImageBytes));
04-04
2278
//原图转换为字节
byte[] _ImageBytes = File.ReadAllBytes(pic_path);
System.Drawing.Image img = System.Drawing.Image.FromStream(new System.IO.MemoryStream(_ImageBytes));