drewnoakes / metadata-extractor-dotnet

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

Allow filename to influence file type detection #411

Closed drewnoakes closed 4 months ago

drewnoakes commented 4 months ago

Several camera raw files share the same opening bytes, and our current prefix detection cannot differentiate between then. This change allows the file path to be provided, to be used when certain byte prefixes are seen.