We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys, i'm new here (i'm sorry in advance for my bad english).
I want take a still image from my canvas while the animation running. I tried with copy() or get(), but these commands just copy every frame of draw(), constantly, while i would like to take a single
picture and show it on the same sketch.
How can i do it? Thanks in advance
Answers
You could use the mouse of keyboard to trigger a copy or get like this
Demo: Capture image placed in the top right corner every 5 seconds approx. Use the mouse to draw something on the surface.
Kf