Releases: mattiasw/ExifReader
Releases · mattiasw/ExifReader
4.9.2: Bug fixes for TypeScript type definitions
Fixes for the types for the GPSImgDirection tag and XMP tags in general.
4.9.1: TypeScript type definitions for new options
4.9.0: Length option
This release adds an option length
to specify to only load the beginning of a file. See README for more details.
4.8.1: More found tags
Fix for a small bug that will make it find more tags for some images.
4.8.0: New typings
Types for OffsetTime, OffsetTimeDigitized, OffsetTimeOriginal, and GPSHPositioningError.
4.7.0: Node 18 support
4.7.0
4.6.0: More translated XMP descriptions
4.5.1: Shutter speed and typings
ExposureTime
andShutterSpeedValue
are now presented correctly when the value is longer than one second.- The
_raw
property for XMP is now present in the TypeScript type definition.
4.5.0: Thumbnail added to TypeScript typings
4.4.0: Updated TypeScript typings for load() function
It was missing the new asynchronous cases for passing in a File, path or URL.