Skip to content

Commit a70c1ca

Browse files
committed
Append BMP's MIME Type
Signed-off-by: 舰队的偶像-岛风酱! <[email protected]>
1 parent 6694240 commit a70c1ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ImageSharp/Formats/Bmp/BmpConstants.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ internal static class BmpConstants
1111
/// <summary>
1212
/// The list of mimetypes that equate to a bmp.
1313
/// </summary>
14-
public static readonly IEnumerable<string> MimeTypes = new[] { "image/bmp", "image/x-windows-bmp" };
14+
public static readonly IEnumerable<string> MimeTypes = new[]
15+
{
16+
"image/bmp",
17+
"image/x-windows-bmp",
18+
"image/x-win-bitmap"
19+
};
1520

1621
/// <summary>
1722
/// The list of file extensions that equate to a bmp.

0 commit comments

Comments
 (0)