drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.53k stars 473 forks source link

Simplify string creation #637

Closed drewnoakes closed 7 months ago

drewnoakes commented 7 months ago

Using a different String constructor avoids needing an inner lookup, and avoids having to catch an exception.