使用带有.gif图像的WebImage()

时间:2013-04-08 20:04:04

标签: c# asp.net

我正在尝试将WebImage与上传的.gif图像一起使用。

WebImage file = new WebImage(fullFilePath + ".gif");
file.Save(newImage);

我收到错误声明:

System.Exception: A Graphics object cannot be created from an image that has an indexed pixel format.

如何在WebImage类中使用.gif文件?

0 个答案:

没有答案