Releases: mattiasw/ExifReader
Releases · mattiasw/ExifReader
3.14.0: Mark properties as optional in TS type definitions
3.13.0: MPF support
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
3.12.5: Custom build production fix
Fixes creating a custom build when running in production mode.
3.12.4: Custom build fix
Add a missing dependency for custom builds.