Bitmap newbit = new Bitmap(Server.MapPath("./images/CAS1.Jpg")); Graphics g1 = Graphics.FromImage(newbit);
Response.ContentType =
"image/gif";newbit.Save(Server.MapPath("./images/CAS2.gif"));,
ImageFormat.gif);Can i improve this process by using others functions provided in GDI +
Any Quick help would be deeply needed and appreciated….
Replies
Know the answer? Post it — somebody with the same question will find it here.