Using WebImage() with .gif images

DLepisodes.com

New Member
I am trying to use WebImage with an uploaded .gif image. \[code\]WebImage file = new WebImage(fullFilePath + ".gif");file.Save(newImage);\[/code\]I get an error stating:\[code\]System.Exception: A Graphics object cannot be created from an image that has an indexed pixel format.\[/code\]How can I use a .gif with the WebImage class?
 
Top