News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Saving an image or bitmap to the hard-drive

Started by Bub, February 18, 2006, 08:03:44 PM

Previous topic - Next topic

Bub

I tried converting my program from dbpro, and it did not work on Play-basic. Here is the sticking point-  How do I save a bitmap or the screen or an image to my hard-drive for later use?



This doesn't work:
GetImage 1,0,0,1023,767: saveimage "drawing.jpg",1

kevin

#1
There's no built in image saver, so you'll have to save them manually.

See,


->Save As Bitmap

->Free Image (Bmp,Jpg,Png) (login required)