We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey all - newbie question here. I have tried to figure this out for a while so hopefully someone can see the error of my ways!
I want to take the current canvas output and turn it into an image object so I can pass that into another image processing function that requires an image (rather than raw pixels).
I see can save a canvas as an image file, but thats not what I need.
Many thanks
Answers
http://p5js.org/reference/#/p5/get
Thank you I had completely mis-read that function.