Display wbmp in vb.net

  • Thread starter Thread starter Sara T.
  • Start date Start date
S

Sara T.

Is there a way to display image with format WBMP in VB.NET?

I've just only found the other format i.e. *.gif, *.jpg.

Sara T.
 
You can display any image format with ASP.net that the user's browser
supports.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Yes, I know.
But I need to see a little example to convert from .GIF to .WBMP or how can
I write a part of code to generate image using format WBMP. I saw the
function in VB.NET as following:

Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif)

And I could not find ImageType supported the format WBMP.

Sara T.
 
Back
Top