×

Some text in the Modal..

Ant Smith
Creativity is an action not an attribute... Photographic Skill: The Book - now available HERE

Photography

Data Views of Shooting Habits | Photography | Ant Smith

Data Views of Shooting Habits

I try to ensure there is as much metadata available as possible for the main images on my website; to see it, click the (info) icon in the 'lightbox' view (available when viewing a gallery of images, e.g. Gants Hill in Project 269).

Obviously the exposure control settings (aperture, shutter speed and ISO sensitivity) are important to understand how an image was made; but, I decided, so are the optical properties (subject distance, focal length and depth-of-field).

In theory all this information is available in the image EXIF data, but over the years with various changes in workflows, the fulfillment is patchy. I've done sme cleaning up so that most 'gallery' images have good data (incidental images within articles generally don't).

However I found that only about a third of my images were managing to report subject (or approximate focus) distance. It turned out that by digging deeper (into the XMP metadata, not justt he EXIF) I was able to extract subject distance for around two thirds of my images. So I did a bunch of extra coding to extract subject distance.

While I was about it I thought "why not export all the metadata for all images as CSV?" - so I did that.

This allowed me to create two charts representing the history of my shooting behaviour:

  • Exposure Control: aperture, shutter speed and ISO settings used for around 1,200 images

  • Image Control: subject distance, focal length and depth-of-field for around 750 images

In both cases the images spanned around 15 years of shooting and so give a broad view of my shooting habits; presenting a part of my personal 'visual signature'

Chart 1: Exposure Control

Bubble chart showing ISO for aperture and shutter speed of 1,200 images

It's clear I favour f/8, shooting mostly between f/4 and f/11.

It's also clear that I have a strong affinity with ISO:400, which drives my average shutter speed quite low. This reflects a lot of my recent work being shot on a tripod in the studio. I can see the ISO does rise around the slower shutter speeds - and I expect that was from shooting in dimly lit performance venues.

Chart 2: Image Control

Bubble chart showing depth-of-field for subject distance and focal length of 750 images

It's clear that I'm mostly working with pretty limited depth-of-field, in fact I'm suprised by how little varition there is. I think this comes from the fact that most of my photography is about 'details' (reasons for seeing) than about 'vistas' or 'scenes'.

In Summary

I think these charts are a joy, beautiful to look at, and I really only made them because I could. However, they do give me a new (if somewhat minor) way of looking at my approach to my work - and I think anything that does that, is to be welcomed.


In case it is useful, here's the PHP script I wrote to extract metadata from a JPG:

Metadata Extraction

Photography