c# - Using WebImage() with .gif images -
i trying use webimage uploaded .gif image.
webimage file = new webimage(fullfilepath + ".gif"); file.save(newimage); i error stating:
system.exception: graphics object cannot created image has indexed pixel format. how can use .gif webimage class?
Comments
Post a Comment