We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ed7ca commit 7aa7cb3Copy full SHA for 7aa7cb3
1 file changed
src/Formats/BmpFormat.php
@@ -25,7 +25,7 @@ public function getName(): string
25
*/
26
public function getMimeTypes(): array
27
{
28
- return ['image/bmp', 'image/x-bmp', 'image/x-bitmap', 'image/x-xbitmap', 'image/x-win-bitmap'];
+ return ['image/bmp', 'image/x-bmp', 'image/x-bitmap', 'image/x-xbitmap', 'image/x-win-bitmap', 'image/x-ms-bmp'];
29
}
30
31
/**
0 commit comments