Recreate Image Url?
in
Programming Questions
•
4 months ago
Hey,
Can anyone explain to me how to recreate a Image Url ?
I want the programm to give me the latest Picture posted on a website. I thought about something like
loadImage = ("http://fixedurl.com/" +"X" + ".jpg");
is there a way to let processing figure out what X is ?
thanks a lot,
1