P5JS Pimage width/height always returning 0
in
Processing with Other Languages
•
8 months ago
Hi
I created the easist example possible
- size(400,400);
- PImage img = loadImage("p2.png");
- image(img, 20, 10);
- println(img.width);
1