dim bmp as bitmap = new bitmap("c:\MyPNG.png")
or any type
Save it with a certain type.
Code:
bbmp.Save("C:\Myjpg.jpg", System.Drawing.Imaging.ImageFormat.Jpeg)
Look in system.drawing.imaging.imageformat, youll see quite a few different format types.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.