drewnoakes / metadata-extractor-dotnet

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

Support BigTIFF encoded TIFF data #302

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

Note that while BigTIFF supports files greater than 2 GiB in size, our current implementation does not due to the pervasive use of Int32 throughout the code to represent offsets into the data.

This PR involves several API changes. These are public APIs, but are unlikely to be used directly by user code.