View allAll Photos Tagged Processor
more playing with geometry...
wrt method described here
// uv given on [0..1), remap to [-pi,pi) to simplify equations below
u = u * 2.0*Math.PI - Math.PI;
v = v * 2.0*Math.PI - Math.PI;
// evaluate
double sqrtTwo = Math.sqrt(2.0);
double twoThirdsPi = Math.PI * 2.0 / 3.0;
double x = Math.sin(u) / (sqrtTwo + Math.cos(v));
double y = Math.sin(u+twoThirdsPi) / (sqrtTwo + Math.cos(v+twoThirdsPi));
double z = Math.cos(u-twoThirdsPi) / (sqrtTwo + Math.cos(v-twoThirdsPi));
return new WB_Point(x,y,z);
File name: 08_06_003666
Title: Legion Parade, Boston
Creator/Contributor: Jones, Leslie, 1886-1967 (photographer)
Date created: 1930-10
Physical description: 1 negative : glass, black & white ; 4 x 5 in.
Genre: Glass negatives
Subjects: Military parades & ceremonies
Notes: Title and date from information provided by Leslie Jones or the Boston Public Library on the negative or negative sleeve.
Collection: Leslie Jones Collection
Location: Boston Public Library, Print Department
Rights: Copyright © Leslie Jones.
Preferred citation: Courtesy of the Boston Public Library, Leslie Jones Collection.
// HACKPACT
// Showcase of 20 brief experiments (sound machines) we coded during november (MMXI).
// All of them explore the sound/graphic co-relation.
// Built with Processing and almost all of the audio with SuperCollider
// More info/detail about our codes here: www.realitat.com/HACKPACT
It all started when we were cleaning out the photo club's locker. We found an old, expired disposable camera inside and nobody knew where it came from. Instead of throwing it out, I took it home and shot the roll in one weekend, eventually cross-processing it in some leftover E6 chemicals I had from my slide film processing. Since this is C41 (Color Negative) film, processed in E6 (Color Slide) chemicals, I expected some wild colors and strange effects. The result is actually strangely accurate to real life...
Part of the stream coming off of Decew Falls by the Morningstar Grist Mill.
White Sands Missile Range Museum, New Mexico, USA
Submitted by Shane Thomas @ Vicious Bytes
An original warning sign that was displayed in numerous areas around the base during the cold war.
Jordan River bank. Oct. 2006
we were babysitting her for a month and i just fell in love within seconds.
- cross processing
Drawings on the green grass
photo by NNoti Nastenkina
www.flickr.com/photos/nnoti_nastenkina
And nice video is here vimeo.com/54197118#
From the forthcoming exhibition Process: The Working Practices of Barney Bubbles
See the Eye events page for more details: blog.eyemagazine.com/?page_id=158
Unused artwork layers for front and back cover, 4000 Weeks Holiday by Ian Dury & The Music Students, 1983.
I pulled this old photo out of my pile of folders to share another post-process technique I have used to make up for bad backgrounds.
This time I took a previous session's test photo of a blanket and placed it behind the layer of the new photo. I erased the old background to reveal the blanket and used a colorize action to turn the blanket to a blue that matched the blue of the new photo. To help transition between the two layers, I used a blur paintbrush and ran it across the edges of the white blanket where it met the new background. I found this to be much much faster than cloning a new background (see the previous upload in my photostream) although with this technique you have to be careful that the background doesn't look fake and too different from the foreground. (I'm still debating whether this example works or not but I mainly uploaded it for the technique itself, not my first attempt at executing the technique. If you take a photo of your backdrop before the current session, then you have a much better chance of it looking natural when you use this technique.)
drawing with code that I am modifying which is available through this site: www.generative-gestaltung.de/code. Connected to the book Generative Design
This is a visualization of the book of Genesis from the King James Bible. Each chapter is a squiggle. The squiggle is formed from using the ASCII number of the letter as position input for the line.
Concept sketch for exhibition poster using a recursive branch structure. Built with Processing. Same as Concept 3a but with more iterations.
Back to this project again. I cant stay away! Working on making it a stand alone application with beat detection and calibration.
Experimental program done with processing.
All screenshots have been captured live in real time.
More info and videos here: blog.goodthink.biz/particles-typography-3d/
Video: vimeo.com/51206202