Skip to content

Releases: mattiasw/ExifReader

4.36.2: Handle broken additional APP13 segment

19 Feb 12:34

Choose a tag to compare

4.36.1: Decode UTF-8 iTXT components properly when no compression is set

25 Jan 20:03

Choose a tag to compare

4.36.0: Add includeTags / excludeTags options for filtering returned tags

11 Jan 14:50

Choose a tag to compare

4.35.0: Handle when there are multiple Exif segments

09 Jan 14:56

Choose a tag to compare

Earlier the last one was always picked. Now the one that looks valid and has tags is picked.

4.34.0: `computed` tag value

05 Jan 21:24

Choose a tag to compare

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

05 Dec 15:04

Choose a tag to compare

4.32.0: Correct repeatable IPTC tags types

20 Sep 17:31

Choose a tag to compare

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

29 Aug 18:05

Choose a tag to compare

4.31.1: Keywords type fix

17 Jun 21:08

Choose a tag to compare

4.31.0: Better FieldOfView calculation, new tag FocalLength35efl

27 May 18:18

Choose a tag to compare

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.