FileTypeDetector icon indicating copy to clipboard operation
FileTypeDetector copied to clipboard

Detects file type by filename or content and generates correct mimetype.

Results 4 FileTypeDetector issues
Sort by recently updated
recently updated
newest added

- detection is made by matching against specific RIFF WAVE header

Hi, I found that the detector does not recognize all jpeg because some use the header FFD8FFE1 instead of FFD8FFE0. I found an explanation here: https://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_JPEG_files#21-Exif ``` $ file FA.jpg...

Increase the detection of webp image format