Category: Pixel Analysis Journals
-
Image Comparing Software, Results
The differences I was able to spot immediately were that baroque and Impressionist art had higher use of black and dark slate grey than Cubism, and that variety was highest in Cubist art, followed by Impressionist and then baroque. Baroque had the least amount of ‘variety’, in the sense that most of the colors that…
-
Image Comparing Software, Part Two: Individual results, modules, and methods.
Extracting Pixel Data The way I went about analyzing our image data is by using PIL, or the Python Imaging Library. It allows us to grab the pixel data for each individual painting in our dataset. This would allow me to get the RGB data, and convert it into its closest available X11 color which…
-
Image comparing software Part One: Let’s look at some art!
The idea behind this project is the disparities that exist in the composition of color used in different styles of painting. These differences could firstly be used to identify the style, and secondly used to cross-examine art of the same style but through different artists or different pieces. Impressionism These paintings are Impressionist and although…