Skip to content

Releases: mattiasw/ExifReader

4.1.0: JFIF

21 Nov 17:47
Compare
Choose a tag to compare

JFIF tags.

4.0.0

31 Oct 15:59
Compare
Choose a tag to compare

Major version update 4.0.0. A couple of small breaking changes that shouldn't affect too many users:

  • Node.js 10+ is needed to read XMP tags (requirement from xmldom dependency)
  • XMP arrays with complex items are now parsed correctly, e.g. Regions (see issue #129 for more details)
  • Unknown tags are no longer included by default

3.16.0: Directly pass in file path, URL, or File object

06 Jun 16:51
Compare
Choose a tag to compare

3.15.0: Non-standard MicrosoftPhoto:Rating XMP clashing fix

25 Apr 15:49
Compare
Choose a tag to compare

3.14.1: TypeScript typings additions

13 Mar 12:28
Compare
Choose a tag to compare

LensMake and LensModel.

3.14.0: Mark properties as optional in TS type definitions

31 Jan 17:44
Compare
Choose a tag to compare

3.13.0: MPF support

30 Dec 11:15
Compare
Choose a tag to compare

Multi-picture Format. Some cameras record multiple images in one photo. These images can now be accessed by the tags.Images array (tags.mpf.Images if using expanded: true). The image data (for example for saving into a new file or making a Blob) is available at tags.Images[i].image. For direct use in an <img> tag there is also tags.Images[i].base64. See examples/nodejs/exif.js for a full example.

3.12.6: Fix crash on faulty GPS values

23 Nov 21:49
Compare
Choose a tag to compare

3.12.5: Custom build production fix

21 Nov 21:59
Compare
Choose a tag to compare

Fixes creating a custom build when running in production mode.

3.12.4: Custom build fix

21 Nov 10:28
Compare
Choose a tag to compare

Add a missing dependency for custom builds.