Mime-Detective icon indicating copy to clipboard operation
Mime-Detective copied to clipboard

Mime type for files.

Results 23 Mime-Detective issues
Sort by recently updated
recently updated
newest added

``` new FileType(new byte?[] { 66, 77 }, "bmp", "image/gif"); ``` must be changed to ``` new FileType(new byte?[] { 0x42, 0x4D }, "bmp", "image/bmp"); // or image/x-windows-bmp ```

Extension methods are syntactic sugar to the main API 'master' methods. Moved externally to separate out their usage. Will maintain backward compatibility.

Some outlook .msg files with atttachment detected as PPT