Image load

PHOTO EMBED

Tue Nov 23 2021 20:36:48 GMT+0000 (Coordinated Universal Time)

Saved by @andreaperato #processing #javascript #red #green #blue #brightness

PImage img;

//setup
img = loadImage("imagename.png");
img = loadImage("https://source.unsplash.com/random/900x900", "png");
img = loadImage("https://source.unsplash.com/900x900/?nature,water", "png");


//draw
image(img, 0,0);

content_copyCOPY