Skip to content

Parse Exif flash tag more correctly

Previously, the code assumed that every value other than 0 is "flash on" which is incorrect. This commit makes the code parse the value correctly, treating the value as a bitfield and retrieve flash firing status from it.

[1] https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/flash.html

Merge request reports