Drawing to a PImage
in
Programming Questions
•
3 years ago
I'm trying to write a program that draws images. That is, I want to use processing commands like line(...) and rect(...), but instead of having the resulting lines and shapes show up directly on the screen, I want them to appear in a PImage that I can then manipulate. Is this possible? If so, how?
Thanks in advance,
D.
1