convert jpeg to png

How do I convert jpeg or bitmap to png? I want to show a bitmap picture on webpages

just save it again in PNG format

http://documentation.xojo.com/index.php/Picture

Look specifically at the Open and Save methods.

BMP will only work if your app is running on Windows though.

Keep in mind, you may not have to convert them. Many browsers can already handle all three.

Thank you for your reply. I use MBSplugins and it works!

MBS is way overkill for something this simple