Skip to content

Releases: mattiasw/ExifReader

4.23.5: Correct types for GPS tags

05 Sep 17:27
Compare
Choose a tag to compare

4.23.4: More robust custom build script

05 Sep 15:49
Compare
Choose a tag to compare

Should be less prone to failure on some local environment variants.

4.23.3: Better decimal handling in LensSpecification

12 Jun 07:51
Compare
Choose a tag to compare

4.23.2: Fix zTXt, tEXt decompression encoding

29 May 10:41
Compare
Choose a tag to compare

4.23.1: Support for parsing XMP from bare XML files

04 May 19:10
Compare
Choose a tag to compare

4.22.1: AVIF fix

08 Apr 18:55
Compare
Choose a tag to compare

Fix for images that use a base offset for the metadata.

4.22.0: AVIF support and increased HEIC support

06 Apr 14:08
Compare
Choose a tag to compare

Support for Exif, XMP and ICC in AVIF and HEIC files (did not support XMP in HEIC before).

4.21.1: Expose additional marker segments

10 Mar 17:34
Compare
Choose a tag to compare

In some situations, some tags weren't found. @robinbisping fixed this in this PR: #275

4.21.0: Updated format for Exposure Time

04 Feb 20:39
Compare
Choose a tag to compare

There were some cases where Exposure Time would have the value rounded to an integer in the tag description when it really shouldn't. Now it follows how exiftool does it which is rounding values greater than 0.25 to one decimal place, all other values use a fractional notation, e.g. 1/4.

4.20.0: Support for compressed PNG tags

28 Dec 19:48
Compare
Choose a tag to compare

For environments supporting Compression Streams API (most modern browsers and Node.js 18+) it's now possible to read compressed tags in PNG images. These are contained in zTXt, iTXt, and iCCP chunks which can contain any text tags and also regular Exif and IPTC tags and ICC color profiles.