Releases: mattiasw/ExifReader
4.36.2: Handle broken additional APP13 segment
4.36.1: Decode UTF-8 iTXT components properly when no compression is set
4.36.0: Add includeTags / excludeTags options for filtering returned tags
4.35.0: Handle when there are multiple Exif segments
Earlier the last one was always picked. Now the one that looks valid and has tags is picked.
4.34.0: `computed` tag value
Each tag now has a computed property. It's an opt-in, type-aware value. This will often be the same as value except for RATIONAL/SRATIONAL and ASCII tags.
4.33.1: Support for reading only beginning of File object
Contributed by @sdkawata.
4.32.0: Correct repeatable IPTC tags types
This type bug fix might cause issues if you have relied on any of these IPTC tags always being a scalar value: Destination, Subject Reference, Supplemental Category, Content Location Code, Content Location Name, Reference Service, Reference Date, Reference Number, By-line, By-line Title, Contact, Writer/Editor
4.31.2: Type definition for domParser option
4.31.1: Keywords type fix
4.31.0: Better FieldOfView calculation, new tag FocalLength35efl
FocalLength35efl is the 35 mm equivalent focal length when it has been calculated from other values in the metadata. Beware that if the image has been resized it might have the wrong value because the original dimensions have been lost.