View allAll Photos Tagged processing
The control processor is a 6800. The other 2 40 pin ICs are 6821 parallel interfaces. One port may be for the keyboard, I have no idea what the others are for yet.
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...
On Northfield Drive, heading out of KW to go home for the weekend.
Two new beautiful canvas photographs have arrived and they're about to crystallize! Working in batches, submerging my photographs in tanks to grow crystals on beautiful images.
composition book journal- layered paper background with paint, a la Kelly Kilmer... many, many layers of paint and much scrubbing with paper towels over a base layer of torn/glued paper. edges are stamped with bubble wrap for added texture.
See the finished page here
А также пироженое в корзиночках, босиком по деревянному полу, запах сандала, взрывы фейрверков и группа дисплей vimeo.com/19379667
I use watercolor pencils but I'm weird about it. I prefer using a brush.
On my wishlist: a waterbrush.
Ever wonder what 15 AMD FX57 processors look like?
No you can't have one these were just passing through.
OURO PRETO-MG 16.06.2018 - CINEOP - MOSTRA DE CINEMA DE OURO PRETO - SEMINÁRIO ENCONTRO DE ARQUIVOS
Local: Auditório I – 2º andar –Centro de Convenções
MASTERCLASS
Tema: PROCESSO DE CRIAÇÃO, PESQUISA E OS ARQUIVOS AUDIOVISUAIS
Nesta masterclass teremos a oportunidade de dialogar com Bill Morrison
sobre seu processo de criação, suas pesquisas sobre os materiais e sobre sua
relação com os arquivos audiovisuais, sobretudo a partir de sua última obra:
Dawson City: Tempo Congelado (Dawson City: Frozen Time, EUA, 2016, 120 min)
Convidado internacional:
• Bill Morrison – diretor, produtor, escritor e editor | EUA
Mediadora: Ines Aisengart Menezes – curadora Temática Preservação | SP - Foto: Beto Staino /Universo Producao
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.
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...
Taking some pictures by the Morningstar Grist Mill.
austria can be pretty rural... rural and weird... so - drive fast, lock your car doors and close the windows. don't talk to austrian natives and PLEASE... don't feed them. they may bite when nervous...
just believe it. i'm born here.
// 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