screen shot

Monkey Forums/Monkey Programming/screen shot

dave.h(Posted 2011) [#1]
is it possible to get a shot of the screen and save it.The reason i want it was to try and develop some screen effects like the screen melting.You could then use grabimage and get some interesting effects.


Bladko(Posted 2011) [#2]
You can use grabimage in dom module only for html5

CanvasRenderingContext2D.getImageData()


dave.h(Posted 2011) [#3]
thanks but is there anything for android