drewnoakes / metadata-extractor-dotnet

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

Spanify SequentialReader #368

Closed drewnoakes closed 6 months ago

drewnoakes commented 6 months ago

Read all required bytes in one go, and use BinaryPrimitives class for faster conversion to built-in types.