yoann-siloine-532510-unsplash.jpg

Art

 

Art

“The greater the artist, the greater the doubt. Perfect confidence is granted to the less talented as a consolation prize.” -Robert Hughes

 

From a young age, I was always fascinated by the ability of others to bring to life their imaginations through various media. I never quite developed a strong artistic ability it is something I return to from time to time.

 

PIXOLOGY

Imagine extracting the RGB values for each pixel of three individual images and recombining them in differing ways to create one image -this is pixology.
Programmed in Processing in June 2019.
For a more detailed walk through of this project click here.

model_1f_short.gif

For this output, only one RGB value was used from each of the three images to determine the the RGB value of the new image. For example, for each pixel in the new image the corresponding red pixel value is used from image one, the corresponding green pixel value from image two, and the corresponding blue pixel value from image 3 are selected and recombined to form the new RGB pixel value for the new image. The new image is revealed using a method that tracks the pixels within a randomly moving circle of varying size.

model_1f_out.PNG
model_1f_out_3.PNG
model_1f_out_5.PNG

For the output below, the average of each corresponding RGB pixel value was calculated to form the new image RGB pixel value. The corresponding red, green, and blue values across all three images is averaged and used to create the new image pixels. By swapping the RGB values around (GBR or BRG) some unique colors are output.

model_3m_short.gif
model_3m_out_2.PNG
model_3m_out_3.PNG
model_3m_out_4.PNG

The last image was created by average the pixel values of the three images similar to the method done above. However, an additional variable was added to each rgb value the changed over time introducing more or less of certain values. The result can have more red, green, or blue values at various times. A smear function was written that creates a wet paint look for the final image. A function that is still in development but provides a unique look.

model_4c_output_3.jpg
model_4c_output_2.PNG
model_4c_output_4.PNG

CHARCOAL

Charcoal was one of the first mediums I felt most comfortable with. Shades of black charcoal on white backgrounds. Messy but simple. Below are some works from an assignment inspired by music lyrics depicted with charcoal.

Alone In The Universe.jpg
art-drawing-eye-948620.jpg
A Boy Brushed Red Living In Black And White.jpg

PUMPKIN CARVING

Halloween comes around once a year and serves as an opportunity to create… if I have the time.

eric-ward-342202-unsplash.jpg
It 2.JPG

DIGITAL ART

If find working with a digital medium to be a new and interesting challenge artistically. There are many benefits and drawbacks depending on who you ask. I am further intrigued by using programming to generate art. The challenges this concept evokes in people fascinates me as it forces us to further discuss the question, what is art?

For example, the cascading triangles developed below was created in Processing. A random triangle vertex is created from which all future triangles are generated. The result, some kind of modern art the could have been painted or digitally printed. There was a loose idea, certain parameters assigned, and then programming just creates. Is this art?

Or, consider the Perlin noise flow field example below. Vectors point in directions that follow perlin noise in x, y, and time. Particles paint themselves as they get pulled along the flow field. Is the result art?

Cascading Triangles developed in Processing

Cascading Triangles developed in Processing

Perlin Noise Flow Field developed in Processing

Perlin Noise Flow Field developed in Processing

Sketch

Sketch