We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I can load images by using img = loadImage("ex1.bmp"); but if I have ex1.bmp in a folder called images inside the data folder in processing, is it possible to load it from inside that folder?
e.g. img = loadImage("Folder/ex1.bmp")
The above doesn't work though.
Answers
loadImage(dataPath("images/ex1.bmp"));