How to load the latest image from a directory in a running program?
in
Programming Questions
•
4 months ago
Please, let me know how to get processing to load the newest image from a directory.
img = loadImage("pic1.jpg"); is the basic example
1