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

Simplify Directory subclasses #292

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

Rather than have (nearly) all implementations override TryGetTagName, accept a dictionary into the base class.