How can I create a PImage of something without actually drawing it to the screen?
Say I have an empty PImage and I want to draw an ellipse or some text to it but I never want that to appear on the screen - and even if I did, I want to preserve transparency.
Any ideas?
1