Drawing a line *to* a PImage
in
Programming Questions
•
2 years ago
How can you use the line() function directly onto the pixels of a PImage? Or is it possible to use line() on the screen and then *make* a PImage that contains the pixels as they are at the time? Basically I need a new PImage of whatever is on the screen at the given time.
1