Using Bitmap.Save Help

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Hi edisonlee,

There is no WBMP support in ImageFormat. You will have to convert it
yourself, which might not be very difficult if you can get the WBMP
specifications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top