Gif conversion
-
Hi all I am working in an image processing project and need a help in converting formats to .gif When I convert any file to gif by the following way: Bitmap bm =new Bitmap(FileName); bm.Save(targetfilename, ImageFormat.Gif); the resulting image from the previous code will be bad and has background. Can anyone help me in this problem? Mostafa Sayed Software Developer
-
Hi all I am working in an image processing project and need a help in converting formats to .gif When I convert any file to gif by the following way: Bitmap bm =new Bitmap(FileName); bm.Save(targetfilename, ImageFormat.Gif); the resulting image from the previous code will be bad and has background. Can anyone help me in this problem? Mostafa Sayed Software Developer
This will help you. http://www.realworldasp.net/article.asp?article=142[^]