xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

[BUGFIX] Normalize EXIF flash value #42

Closed xperseguers closed 2 years ago

xperseguers commented 2 years ago

Some manufacturers do not comply with the EXIF specifications and store a description of the behaviour of the flash instead of the correct integer value representing that behaviour.

The Flash utility processor takes care of normalizing an invalid textual representation into its corresponding correct value.

Resolves: #39