WYSIWYG Screen Captures

BlitzMax Forums/MaxGUI Module/WYSIWYG Screen Captures

RustyKristi(Posted 2016) [#1]
I'm trying to look for the best screen grab functionality, currently I have the following:

Local image:TPixmap = GrabPixmap(0,0,GraphicsWidth(),GraphicsHeight())

It works but not WYSIWYG quality with Max2D images when doing SetBlend ALPHABLEND, where that part I have taken from a fix to add more image blending.

Screencap tools such as Bandicam works great, but I need a built-in feature that works the same.