View allAll Photos Tagged process
County naturalist, Lars Higdon instructs volunteers at the seed processing area at the Dane County Seed Shed attached to the William G. Lunney Lake Farm County Park, part of the Capital Springs Recreation Area.
Drawings on the green grass
photo by NNoti Nastenkina
www.flickr.com/photos/nnoti_nastenkina
And nice video is here vimeo.com/54197118#
This is a Process West TMIC (top mount intercooler) for my Subaru STi. It's an upgrade to the OEM TMIC and will hopefully keep things running a bit cooler.
Auto-processed (by Google Photos) picture of Tigger on the bed on 1 March 2020. Color/processing variant.
last frame after running this code:
float dir = 20;
float y = 0.0;
floatx= 0.0;
void setup(){
size (700,500);
}
void draw(){
frameRate(20);
line (0,y,700,y);
fill(random(255),random(255),random(255),1);
stroke(random(255),random(255),random(255));
strokeWeight(27);
y+=dir;
line (x,0,x,500);
fill(random(255),random(255),random(255),50);
stroke(random(255),random(255),random(255));
strokeWeight(27);
x+=dir;
if (y > 700 || y < 0){
dir = dir * -1.01;
}
}
Processing cassava starch into cassava noodles, Kampong Cham.
Credit: ©2009CIAT/NeilPalmer
Please credit accordingly and leave a comment when you use a CIAT photo.
For more info: ciat-comunicaciones@cgiar.org
Searching for the word keffiyeh on Flickr I found out that another picture exactly the same has been taken before and with better quality. Afterwards, I wanted to know how to work out my RAW files in photoshop in order to reach a similar standard and I found an amazing youtube guide on internet which gave me a lot of new tools for post processing. Here is the result.
Illustrative Visualization of a german climate change adaption research network – using processing and a metaball force field fpr moving agents
... I know, sun burned the photo originally. And then I had a lazy evening, and I just continued playing with processing....
Julia set. Part of the fractal obtained from newton iteration of polynomial function.
see www.flickr.com/photos/imagedesmaths/3482983677.
Still first step of work.