Hi, I combined a bunch of image files using creategraphics and .image to make a “pgraphics” (or whatever p5 calls a processing pgraphic… maybe it’s called p5.Renderer?) that has all of the images in one pgraphic. I’d like to use the dom library to copy that combined pgraphic into the HTML of my page. Is this possible?
Basically my code is building a big image combined of several other images, and I want to save the combined image that I created in p5 back to the HTML page that is holding the p5 script.
Thanks!!