Dasha after Processing : 無料・フリー素材/写真
Dasha after Processing / grisha_21
| ライセンス | クリエイティブ・コモンズ 表示 2.1 |
|---|---|
| 説明 | processing.org/PImage a;void setup(){ a = loadImage("girl.jpg"); size(600,400);// stroke(150,150); background(0); smooth();}void draw(){ float pointillize = map (mouseX, 0, width, 1, 50); float lineheight = map (mouseY, 0, height, 1, 50); // int w = round (pointillize); int x = int(random(a.width)); int y = int(random(a.height)); int z = int(random(2, 50)); color pix = a.get(x, y); stroke (pix, 150); strokeWeight(pointillize); // fill(pix, 126); float x1 = (x-lineheight / 1.41); float y1 = (y+lineheight / 1.41); line(x, y, x1, y1);}void mousePressed() { save("math.tiff");} |
| 撮影日 | 2008-10-03 00:23:48 |
| 撮影者 | grisha_21 , Moscow, Zelenograd, Russia |
| タグ | |
| 撮影地 |

