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

Fixes Issue #328 #329

Closed RupertAvery closed 1 year ago

RupertAvery commented 1 year ago

Fixes #328

Parse the keyword and text directory using utf8 encoding if PNG Chunk Type is iTXt

drewnoakes commented 1 year ago

I ran this against the regression test data set and it now successfully parses a bunch of previously broken values. I see no downside to this anywhere. Great stuff, thanks!