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 f62e2ba commit 520ff46Copy full SHA for 520ff46
1 file changed
src/ImageSharp/Formats/Bmp/BmpConstants.cs
@@ -11,7 +11,12 @@ internal static class BmpConstants
11
/// <summary>
12
/// The list of mimetypes that equate to a bmp.
13
/// </summary>
14
- public static readonly IEnumerable<string> MimeTypes = new[] { "image/bmp", "image/x-windows-bmp" };
+ public static readonly IEnumerable<string> MimeTypes = new[]
15
+ {
16
+ "image/bmp",
17
+ "image/x-windows-bmp",
18
+ "image/x-win-bitmap"
19
+ };
20
21
22
/// The list of file extensions that equate to a bmp.
0 commit comments