drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.54k stars 475 forks source link

2/4 Support BigTIFF encoded TIFF data #584

Open don-vip opened 2 years ago

don-vip commented 2 years ago

This is the second step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278

Port of these commits from https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302:

  1. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/309c29257806d9036b46273ade4c5f54e56302e4
  2. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/23ae9538525461060007998b756fee5dadb5aeb7
  3. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/168ea8e89fc1bde86fe09b2ba7d88cfd2a215bd9
  4. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/4e965a095e63de9fe5a45d103557b70beeb1a1a2

The PR is built on top of #581