This allows JustBasic to use png images. To use it, a sample
is included:

	run "loadPng.exe testPNG.png outBMP.bmp" 'Converts a png to bmp, thatway jb can use it.
	loadbmp "image", "outBMP.bmp" 'load our file
	kill "outBMP.bmp" 'clean up

You can use it to load PNG images with your applications. PNG images are smaller, and more compact
than BMP images.

This was made by the user Ntech on http://jbfilesarchive.com and is distributed as 
freeware. The source code for this application is in Microsoft C# and is available
on that site too.