Skip to content

Releases: mattiasw/ExifReader

2.1.0: Support for XMP tags

16 Apr 20:15
Compare
Choose a tag to compare

Add support for XMP tags.

2.0.1: Support for IPTC tags and UMD

28 Dec 13:40
Compare
Choose a tag to compare
  • Add support for IPTC tags.
  • Remove need to instatiate the ExifReader object before use.
  • Add UMD support (CommonJS, AMD and global).
  • Convert project to JavaScript (ECMAScript 2015) from CoffeeScript, transpiling to ES5 using Babel.

v1.1.1: Make parsing of types and GPS tags more robust

27 Jun 18:01
Compare
Choose a tag to compare
Don't assume that we cannot encounter type IDs other than the specification
says. It does happen. Also, don't assume that the string values for
GPSProcessingMethod and GPSAreaInformation will always be correctly formatted
strings.