Posted: 15th Mar 2004 20:21
Yes, I know this is i think the 3rd save bitmap command for DBP but i couldnt get VanB's or Ravens to work so i wrote one of my own. This one will save the contents of the screen to a readable windows bitmap file and you can even specify what bit depth to save the bitmap in, 24 bit or 32 bit. If the colors dont come out properly in the saved bitmap file its possibly because your running windows in 16bit mode. All you specify is the Filename ex. "screenshot.bmp", what filenumber to open for writing, and the bit depth of the bmp, 24 or 32. It uses memblock 1 and bitmap 1, but you can change that to use others if needed.