Releases: mattiasw/ExifReader
4.28.1: Types for composite tags
4.28.0: New tags ScaleFactorTo35mmEquivalent and FieldOfView
Only for simple calculations of these composite values that aren't real tags but depend on other ones being present. ScaleFactorTo35mmEquivalent needs both FocalLength and FocalLengthIn35mmFilm, and FieldOfView needs FocalLengthIn35mmFilm.
4.27.0: Custom DOM parser
Now it's easier to use a custom DOM parser, for example in Node.js or in a web worker. See README section on how.
4.26.2: Support for File object in web workers
v4.26.2 4.26.2
4.26.1: Better handling of some IPTC cases
4.26.0: Decoded content for XP tags
The tags XPTitle, XPComment, XPAuthor, XPKeywords, XPKeywords are encoded using UCS-2. They are now decoded automatically for the description.
4.25.0: Basic support for Canon maker notes, custom build fixes
There is now support for getting the AutoRotate
value from Canon photos. The main value from this is when Orientation
does not reflect the correct orientation of a contained thumbnail (Canon cameras seem to, in some situations, rotate the image, reset the Orientation
tag, but then leave the thumbnail as it was).
However, this is also groundwork to be able to get more tags from Canon's own maker note tags, if there is interest in it.
This release also includes a couple of custom build fixes which will make the build smaller in some circumstances (mainly when using PNG and excluding exif
and iptc
).
4.24.0: Simpler thumbnail enabling in custom builds
When making a custom build and including thumbnail, and at the same time including specific Exif tags, you would have to make sure to include the tags JPEGInterchangeFormat
and JPEGInterchangeFormatLength
for the thumbnail to be present in the result.
Now this is handled automatically. Either set "exif": true
or any array.
4.23.7: Custom build on Windows
There was a bug that caused a custom build to not do anything on Windows.
4.23.6: Fix faulty types
v4.23.6 4.23.6