drewnoakes / metadata-extractor

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

Replace FilterInputStream with InputStream in FileTypeDetector #541

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

Fixes #512. See discussion there for details.