GMU:Processing im Park/Rachel Smith: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 22: Line 22:
Making a brush with an array of images. Attempt one with a simple alpha mask. Attempt two with an array of alpha masks to fit the array of images.
Making a brush with an array of images. Attempt one with a simple alpha mask. Attempt two with an array of alpha masks to fit the array of images.


[[File:rachelhomework31.png]]
[[File:rachelhomework31.png|400px]]
 
[[File:Flowerbrush1.png|400px]]
[[File:Flowerbrush1.png]]
[[File:Flowerbrush2.png|400px]]
 
[[File:Flowerbrush4.png|400px]]
[[File:Flowerbrush2.png]]
 
[[File:Flowerbrush4.png]]


[http://www.openprocessing.org/sketch/343556 View code here]
[http://www.openprocessing.org/sketch/343556 View code here]
Line 36: Line 33:
Making a soundboard of different animal sounds. The sounds play and the images appear in the grass as the mouse passes over trigger points.
Making a soundboard of different animal sounds. The sounds play and the images appear in the grass as the mouse passes over trigger points.


[[File:soundboardrs1.png| 200px]]
[[File:soundboardrs1.png| 300px]]
[[File:soundboardrs2.png| 200px]]
[[File:soundboardrs2.png| 300px]]
[[File:soundboardrs3.png| 200px]]
[[File:soundboardrs3.png| 300px]]


[http://www.openprocessing.org/sketch/345175 View code here]
[http://www.openprocessing.org/sketch/345175 View code here]
Line 58: Line 55:
== '''Homework Seven''' ==
== '''Homework Seven''' ==


On it's way...
[[File:facesquares1.png|300px]]
[[File:facesuares2.png|300px]]
[[File:facesquares3.png|300px]]


== '''Homework Eight''' ==
== '''Homework Eight''' ==

Revision as of 12:52, 28 April 2016

This is the Processing im Park page for Rachel Smith

Homework One

Rachelhomework1.gif

View code here

Nine photos taken in the park on the theme of 'fantasy'. Each loop takes one second.


Homework Two

Homework Two Cut Ups.png

View code here

Using an array to make a collage of two different photos.

Homework Three

Making a brush with an array of images. Attempt one with a simple alpha mask. Attempt two with an array of alpha masks to fit the array of images.

Rachelhomework31.png Flowerbrush1.png Flowerbrush2.png Flowerbrush4.png

View code here

Homework Four

Making a soundboard of different animal sounds. The sounds play and the images appear in the grass as the mouse passes over trigger points.

Soundboardrs1.png Soundboardrs2.png Soundboardrs3.png

View code here

Homework Five

Pixel sorting. Here the code arranges pixels from a snowy image into different arrangements. One according to brightness and one according to the intensity of green.

Bubblesortrs1.png Bubblesortrs2.png Bubblesortrs3.png

View code here

Homework Six

On it's way...

Homework Seven

Facesquares1.png Facesuares2.png Facesquares3.png

Homework Eight

On it's way...

Final Project Progress

Blendmodeexperiments.png

1. Image 1 2. Image 2 3. Blend 4. Add 5. Subtract 6. Darkest 7. Lightest 8. Difference 9. Exclusion 10. Multiply 11. Screen 12. Overlay 13. Hard Light 14. Soft Light 15. Dodge 16. Burn

Notes: 'Subtract' only picks up on extreme differences. 'Darkest', 'Lightest' and 'Difference' could be useful. 'Difference' continually flickers in draw mode.

















Using pixel arrays and colour selection to draw with a video of swarming birds

Drawing with Birds Screenshot.png

Video here | Birds and Light

Early attempts at drawing with my face. Pixels ending up in the wrong place...

Drawing With Face One.png

Pixel location fixed but now need to limit the pixels to the eye area Drawing With Face Two.png Drawing With Face Three.png

Now using eye recognition!

Eye Drawing.png