Skip to content

How do I use file FROM the phone #134

@Turtlemod

Description

@Turtlemod

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions