Saving canvas image?
BlitzMax Forums/MaxGUI Module/Saving canvas image?| 
 | ||
| This is probobly really simple, and i'm probobly missing something right infront of me, but I can't seem to figure out how to save the image within a canvas to a bitmap/pixmap. Any help on this is appreciated. | 
| 
 | ||
| grabpixmap? | 
| 
 | ||
| How would that work with a canvas? edit: Also, i'm not 'loading' an image into the canvas. I'm rendering to the canvas. | 
| 
 | ||
| When you setgraphics canvasgraphics  and draw whatever it is you draw then use grabpixmap command. | 
| 
 | ||
| You are the man! Thanks a lot. |