我正在尝试将 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.
如何将 .gif 与 WebImage 类一起使用?