-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
I'm trying to make something to find an image on the phone (eg. Test.jpg) and as far as the reference goes I can use the file path, but either I don't know the path or doing somthing wrong
This is my code so far
PImage webImg;
void setup() {
size(400,400);
String url = "/Testfolder/Test.jpg";
webImg = loadImage(url);
}
void draw() {
background(0);
image(webImg, 0, 0);
}
Metadata
Metadata
Assignees
Labels
No labels