Is there a very simple way of loading an image into PGraphics?
I’m currently rendering direct to PGraphics and saving this as an image file:
“1.PNG”
If I want to continue the render, I need to load this image back into PGraphics and continue with render.
Any ideas?? And any position / scale options available.