Analysing the focal length of my photos
I'm currently thinking about upgrading my camera to an EOS R or Z6 and, as result, I'm thinking about which lenses I should get. While discussing options with Stuart, I wondered which were my favourite focal lengths for the photos that I've taken in the past. To work this out, I decided to use the wonderful exiftool and some scripting. This is the analyse.sh script: #!/bin/bash DIR="$1" if [ "$DIR" == "" ]; then echo… continue reading.