绘制GIF文件时出现通用GDI +错误

时间:2011-07-14 13:35:51

标签: image-processing hex

执行以下代码时,我收到“Generic GDI +”错误

byte[] imageByte = HexToByteArray(hexaCode); 
MemoryStream memoryStream = new MemoryStream(imageByte);
System.Drawing.Image image = System.Drawing.Image.FromStream(memoryStream);

并且错误发生在第三步。

有人知道原因吗?

先谢谢。

1 个答案:

答案 0 :(得分:1)

您的信息流不包含有效图片。