How to take a in-game snapshot
BlitzMax Forums/BlitzMax Programming/How to take a in-game snapshot| 
 | ||
| Hey Guys , I want to program a function that takes the pixels of a Graphics window and save the Pixels into a .Png Format. How would I program that? TwinProgrammer | 
| 
 | ||
| I think this is what you might be looking for? | 
| 
 | ||
| One thing that is easy to forget is t make sure you call that after everything is drawn for that frame, or else you may get only a partial screenshot. |