我现在用的是:
MemoryStream mmsPic = new MemoryStream(bytes);
Image imgPic = Image.FromStream(mmsPic);
mmsPic.Close();
但是速度太慢,有更快的算法吗?