How to take a in-game snapshot

BlitzMax Forums/BlitzMax Programming/How to take a in-game snapshot

Twinprogrammer(Posted 2012) [#1]
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


Enyaw(Posted 2012) [#2]
I think this is what you might be looking for?




Regular K(Posted 2012) [#3]
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.