View allAll Photos Tagged Generative

A previous version posted on February 1 was a vertical crop of a landscape orientation image. I was zoomed in too much so there was not much space above or below the bird. I am trying out photoshop and I used the generative fill function to expand the image both vertically and horizontally to create a more pleasing composition. I think it worked rather well.

Generative pattern

generative character - collage

Generative art made with Adobe Flash. High resolution available for Giclée print. Contact at colacino gmail com.

 

View on black

 

Do you like? See more here.

drawing on canvas with trear physics tendrils using texones creative computing framework which is based on processing

Generative pattern

Generative pattern

/*processingworkshop example by philip whitfield and martin fuchs, hyperwerk 08*/

 

float angle = 170;

float leng = 90;

 

PVector last;

float lastAngle = 0;

 

void setup(){

size(800, 650);

last = new PVector(width/2,height/2);

smooth();

background(255);

}

 

void draw(){

PVector dir;

stroke(0,80);

float pre = 1;

if(frameCount % 9 == 0 || frameCount % 7 == 0 || frameCount % 2 == 0){

pre = -1;

}

 

lastAngle += angle*pre;

dir = new PVector(sin(radians(lastAngle))*leng, cos(radians(lastAngle))*leng);

 

line(last.x, last.y, last.x+dir.x, last.y+dir.y);

last.add(dir);

}

 

void mouseClicked(){

last = new PVector(mouseX,mouseY);

}

 

void keyReleased(){

if(key == ' ')

save(day()+"_"+month()+"_"+year()+"__"+minute()+"_"+second()+".png");

if(key == 'c')

background(255);

}

 

exploring the #deepdream example github.com/google/deepdream

Exhibition of my generative portraits series at my university. All portraits have been done with Processing.

 

70 x 100 cm

Duplex on Hahnemühle Natural Line (archival paper) using pigmented inks.

 

Check single images:

www.flickr.com/photos/dianalange/sets/72157632773162506/

  

Get the basic code on my openprocessing portfolio:

openprocessing.org/user/5969

 

HAWK FH HHG

2013

www.hawk-hhg.de/pressestelle/189939_190642.php

1 2 ••• 10 11 13 15 16 ••• 79 80