Drawing with Image

Here is an photograph of mine with a drawing interaction

 

Screen Shot 2013-10-17 at 8.47.59 PM

 

click more for sketch code

void setup() {
size(640, 425);

PImage photo = loadImage (“plastic_bitch.jpg”);

image(photo, 0,0);
}
void draw(){
stroke(0);
if (mousePressed == true) {
line(mouseX, mouseY, pmouseX, pmouseY);
}
}

This entry was posted in Uncategorized on by .

About taylorrusso

Haiii everyone, I’m Taylor! (obviously) I was born and raised in dirty jersey, although in Ringoes, where I lived, it’s anything but dirty. I grew up in a farm area with all the typical farm animals you could imagine. I’m 19, sophomore, and CD major. I’m really excited for this class because this is not what I was expecting at all. Like I said in class, I hope to become one of those nerds that they filmed in the Social Network, sitting in the computer, typing out ridiculous computer jawn.