tommi1hirvonen / ExifNotes

Exif Notes is an Android application that let's you quickly make structured notes in the field when doing film photography. It has about 1,500 active installations through Google Play.
GNU General Public License v3.0
32 stars 4 forks source link

Alignment with Exif spec #50

Open sarmong opened 8 months ago

sarmong commented 8 months ago
  1. According to the Exif specification Annex C page 122 (or 128 of the pdf), ApertureValue and ShutterSpeedValue are calculated according to functions. However, ExifNotes writes ApertureValue the same as FNumber and ShutterSpeedValue the same as ExposureTime
  2. ExposureCompensation is not defined in Exif, however there is an ExposureBiasValue, but it is a decimal not a fraction number.

So, I suggest 3 improvements:

  1. Calculate ApertureValue from FNumber
  2. Calculate ShutterSpeedValue from ExposureTime
  3. Replace ExposureCompensation with ExposureBiasValue and use decimal numbers for it.