Finally, JB can load PNG files with this quick and handy little tool. It requires .NET Framework 1.1 and above. And at 5.0 kb, it's small enough to release with any application. PNG images are smaller and more efficient than native BMP images.
run "loadPng.exe pngToConvert.png bmpOutput.bmp"
loadbmp "image", "bmpOutput.bmp" 'we have loaded the png!
kill "bmpOutput.bmp" 'let's clean up after ourselves
Please note that a png file to convert has to exist. Do not forget to clean up the converted file, thatway it does not clutter things up.
You do not have the required permissions to view the files attached to this post.
Last edited by NTech on Fri Jun 15, 2018 7:34 pm, edited 2 times in total.