drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
934 stars 165 forks source link

Fix reading arrays of Float64 in TIFF files #300

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

Port of https://github.com/drewnoakes/metadata-extractor/pull/548

Thanks to @fclof for finding this.