Skip to content

Releases: mattiasw/ExifReader

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.

3.12.3: Fix missing tags in custom builds

10 Oct 07:37
Compare
Choose a tag to compare

3.12.2: DocumentName added in TypeScript type definitions

19 Aug 19:17
Compare
Choose a tag to compare

3.12.1: TypeScript fixes and documentation updates

17 Aug 16:20
Compare
Choose a tag to compare

3.12.0

01 Jun 18:49
Compare
Choose a tag to compare

More JPEG compressions for thumbnails.

3.11.2: Typescript fix for Keywords tag

09 May 11:25
Compare
Choose a tag to compare