View allAll Photos Tagged Processor
one of the first photos i took of jen
my wife brings me mucho pleasure.
even though she's a brat and is hitting me because i posted shots of my camera and my dog to the "what's your pleasure" group before her.
Built with Processing
import noc.*;
import hipstersinc.sunflow.*;
import hipstersinc.sunflow.shader.*;
import hipstersinc.*;
void setup() {
size(600, 900, "hipstersinc.P5Sunflow");
noStroke();
}
void draw() {
setupCamera();
background(255);
translate(width/2, 50, 0);
rotateX(QUARTER_PI);
rotateZ(QUARTER_PI);
fill(255);
float scl = 30;
int time = minute();
for(int j =0; j<3; j++){
Vector3D pos = new Vector3D(random(-500,500),random(-1000,300),-1000);
Vector3D rot = new Vector3D(0,0,0);
for(int i=0; i<3000; i++) {
float boxSize = 386+random(200);
pushMatrix();
translate(pos.x,pos.y,pos.z);
rotateX(rot.x);
rotateY(rot.y);
rotateZ(rot.z);
scale(random(.1),random(.4),random(.1));
box(boxSize);
Vector3D add = new Vector3D(random(-1,1),random(-1,1),random(-1,1));
add.mult(scl);
pos.add(add);
pos.z = constrain(pos.z,-800,-1400);
add = new Vector3D(random(-1,1),random(-1,1),random(-1,1));
add.mult(.05);
rot.add(add);
popMatrix();
}
}
saveFrame(int(minute()-time)+"minutesRendering.png");
saveFrame(int(minute()-time)+"minutesRendering.tif");
}
void setupCamera() {
P5Sunflow sunflow = (P5Sunflow) g;
//sunflow.camera.setType(SunflowCamera.PINHOLE);
sunflow.camera.setType(SunflowCamera.THINLENS);
sunflow.camera.setFocalDistance(450);
sunflow.camera.setLensRadius(12f);
sunflow.scene.setAaSamples(12);
}
This is my first go at trichrome imaging. The images were taken as monochrome JPEGS using red, green and blue filters. The images were then minimally processed for exposure values and then added to the RGB channels of a new PSD document.
This is 6 cups almost boiling water, 3 tablespoons dye and 1 tablespoon salt. I put Duaell in face down. The head tends to float, so I stood there and pushed him down to keep him submerged.
today we are nine.
these numbers are funny and strange. 9 years married. 4 years apart. 2 months (11 days, 14 hours) back home again. i don't know how to process the numbers. all i know is:
i am blessed beyond measure.
(we had to submit a photo of us recently. and this was the only one we could find. i think it was taken in 2005! one or the other always behind the camera.)
My 1st roll of colour (C-41 process) film processed at home, by hand.
The (35mm) film was several years expired.
I used my Zeiss Ikon Contina iii.
I've altered some images in Photoshop, but in general, I was really pleased with the results, and it was so exciting to process at home!.
Crianlarich, Scotland.
Credit Card Processing by Credit Card Processor
Your Local Credit Card Processing professionals
Call us at 1-888-249-0605
Visit our website creditcardprocessor.com
This trailer has been through very experiments and is still in process. This modified Canadian Tire trailer kit will have the abilities to shimmy shake, jump, and cock to one side. My intention is to produce a project that emphasizes the fasination with custom suspension and animated everyday machines. I find these types of trailers interesting as they cater to domestic/suburban lifestyles...hauling stuff from home to cottage...hauling stuff from stores or yard sales...hauling garbage....etc. But for the most part these trailers spend more time sitting in the driveway then rolling down the road.
Cut out and made up my TP for the Thought Processor show at Munky King on Melrose on the 3rd. Looking pretty slick. Just gotta do the 2d piece now.
If you're in LA around the time of the show you should come down.
Interurban Trail, south King County, Washington, in false-color infrared. Red & Blue swapped, then white balance set from clouds. (One of a series on post-processing color IR.)