Please visit my new address: https://coxxect.blogspot.com/
PImage myImage; void setup() { myImage = loadImage("http://goo.gl/MMeu0o", "png"); size(myImage.width, myImage.height); smooth(); } void draw() { image(myImage, 0, 0); }
No comments:
Post a Comment