G
Guest
How can I convert image for display from .GIF to .WBMP by using C#?
I cannot see for imageformat type by using function:
Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif)
Or may be ImageFormat does not support WBMP.
I cannot see for imageformat type by using function:
Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif)
Or may be ImageFormat does not support WBMP.