标签: 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文件?