View allAll Photos Tagged process

Processed with VSCO with kk1 preset

Processed with VSCO with 10 preset Processed with VSCO with 3 preset

Part of our Flickr group weekly challenge. To process and/or manipulate a picture supplied by the previous winner in the group.

 

Twitter | Facebook | My Website | My Blog

 

photoshop+amor al deporte

 

Processed with VSCO with m5 preset

Heavily processed image of Assam on the kitchen floor in 2016.

Processed with VSCO with 6 preset

Event: Cross processing C-41 as B&W

Location: Home

Camera: Pentax ME Super

Lens(s): Helios 44-2 58mm f/2 M42 mount

Film: Agfa Vista 200 (expired 2017)

Shot ISO: 200

Light Meter: Camera

Lighting: Mixed (mostly overcast)

Mounting: Hand-held

Firing: Shutter button

Developer: Ilfotec HC (1+31) for 5.5 mins

Scanner: Epson V800

Post: Adobe Lightroom & Photoshop (dust removal)

Artistic post processed portrait

65/365 31 May 2012

Yay, explore #239 :D....in June 2008 apparently.

 

This is an idea I´ve had in my head for a long time. I´ll be uploading more pictures from this series later. I had so much fun doing this. I mean how often do you get an excuse to sew two apples together?

 

>Edit< Recently replaced it with a slightly different version. The red and green are stronger and the rest is now completely black and white.

Lomo LC-A + Kodak Ektachrome E100 (Expired)

Processed with VSCO with a6 preset

Abstract from the cross section of a giant sequoia at the Sequoia national park. This tree was atleast 2200 years old before it fell.

photo: Jeremiah Garcia

**need to re-photograph whole piece because I am a silly cow.19"x40" total size in custom frame.

Nikon AF-S Zoom-Nikkor 24-70mm 1:2,8G ED Objektiv, Nikon D800

 

www.facebook.com/saschagebhardtphotography

From thedailylumenbox.com A cyanotype toning failure.

Processed with VSCOcam with f1 preset

  

This Snowdog wears an abstract pattern in colours inspired by the colour printing process. Designed by Josh Ford, who creates art that focuses on repetition, replication and disorientation through the use of abstract pattern and colour.

 

Later sold for £6000

you are bigger inside than outside

Salmon fresh off the fishing boats in Steveston, BC

I love the outcome

Processed with Snapseed.

它不再依戀

它不再停留

它越走越快

它絕不回頭

它刻畫臉龐歲月

匆匆。

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);

}

 

1 2 ••• 9 10 12 14 15 ••• 79 80