Exposure Value calculation

Started by blue-j, February 02, 2023, 10:17:31 PM

Previous topic - Next topic

blue-j

Any reason this calculation would not work?

EV = log2(composite:aperture/composite:shutterspeed)
Thinking of making EV a composite tag over here.

- J

Phil Harvey

The ExifTool LightValue tag does this already (including the effect of ISO).

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

blue-j

#2
EV = log2(F Number^2/Shutter Speed)

LV = 2 x log2(F Number) - log2(Shutter Speed) - log2(ISO / 100)

EV is a common metric now for people I think?  I was thinking of presenting both.

It seems EV is also normalized to a 100 ISO.

I am no expert (I'll probably say this for the rest of my life)!  I don't claim to understand this distinction in practical terms.

- J


Phil Harvey

Just FYI:  (basic math)

log2(F Number^2/Shutter Speed) =  2 x log2(F Number) - log2(Shutter Speed)

EV is not very useful because it only represents part of the picture.  It was more useful with film cameras where the ISO was fixed, and is equivalent to LV for ISO 100 as you mentioned.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

blue-j