What do Ansel Adam’s Iconic Images Look Like in Full Color? (2024)

What do Ansel Adam’s Iconic Images Look Like in Full Color? (3)

One of my all-time favorite photographers is Ansel Adams. Maybe it is because I was born near the end of the black and white photography era? My earliest baby pictures are all in black and white.

Adams’ sweeping panoramas of the West are simply breathtaking. And although he is mostly known for his black and white photography, he did work extensively with color images.

In 1941, the National Park Service commissioned Adams to create photographs for a mural for the Department of the Interior Building in Washington, DC. The 226 photographs taken for this project are still available from the National Archives and were placed in the public domain.

What do Ansel Adam’s Iconic Images Look Like in Full Color? (4)

Despite Adams’ preference for black and white photography, he took his photographs from a very colorful world. I have seen examples of old black and white photographs that were colorized with quite interesting results. Very often a picture that seems to be from a distant past becomes much more relatable. I wondered if the same would happen if I took the photographs from the National Archive and colorized those.

What do Ansel Adam’s Iconic Images Look Like in Full Color? (5)

To start with colorizing images we need an algorithm or function which can guess what the best color for each grayscale pixel is. This can be determined by looking at lots of examples of color images and deducing how surrounding color values determine the color of an individual pixel.

This is a great task for a neural network and, in fact, many such pre-trained neural nets are in existence. The Wolfram Language comes with a really nice repository of neural networks, including ones that can do image colorization.

What do Ansel Adam’s Iconic Images Look Like in Full Color? (6)

There are three models to pick from. Two are based on the “ColorNet Image Colorization” neural net, one trained on primarily on images of places, and the other trained on a standard ImageNet competition data set. The third neural net, “Colorful Image Colorization”, is also trained on the standard ImageNet data.

To make it easier to compare the performance of the three neural networks, I wrote a function which accepts one image and one of the three neural net models:

ColorizeGrayscaleImage[image, model]

The three models are:

models = {
"ColorNet Image Colorization Trained on ImageNet Competition Data",
"Colorful Image Colorization Trained on ImageNet Competition Data",
"ColorNet Image Colorization Trained on Places Data"
}

To start off, let’s use the image at the top to compare the three models. Note that in the Wolfram notebook interface you can quite easily include images as part of your code. That’s very convenient!

What do Ansel Adam’s Iconic Images Look Like in Full Color? (7)

It’s clear from the output that the second image in the output has some red artifacts in the top left, so clearly that model is not performing well here.

Let’s take a look at another image:

What do Ansel Adam’s Iconic Images Look Like in Full Color? (8)

This time the second model is actually performing quite well:

What do Ansel Adam’s Iconic Images Look Like in Full Color? (9)

Here the two different versions are shown side by side:

What do Ansel Adam’s Iconic Images Look Like in Full Color? (10)

Here is another image with the original image and the three colorized versions shown side by side:

What do Ansel Adam’s Iconic Images Look Like in Full Color? (11)

There are a lot more images for you to play with. You can do so with this Wolfram Cloud notebook or by using the code at the end of this post.

Finally, here is an image collage that uses the entire archive. Enjoy!🌄

What do Ansel Adam’s Iconic Images Look Like in Full Color? (12)
What do Ansel Adam’s Iconic Images Look Like in Full Color? (2024)
Top Articles
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 5765

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.