screen/framebuffer to image?
-
Is it possible to get the current contents of the screen/framebuffer to an image? I tried drawImage(framebuffer, 0, 0) to a targeted image, but FUZE complained about it not being an image handle.
-
While you can't grab from the framebuffer, you could have everything rendered to a separate target before dumping that target to the framebuffer.
-
if you always draw to an image prior to update and then final blit that to framebuffer, your final image (i call it imagescreen) will contain the screen