diff --git a/src/ImageSharp/Formats/Bmp/BmpConstants.cs b/src/ImageSharp/Formats/Bmp/BmpConstants.cs
index 5cf0c97324..62edfdfdfa 100644
--- a/src/ImageSharp/Formats/Bmp/BmpConstants.cs
+++ b/src/ImageSharp/Formats/Bmp/BmpConstants.cs
@@ -11,7 +11,12 @@ internal static class BmpConstants
///
/// The list of mimetypes that equate to a bmp.
///
- public static readonly IEnumerable MimeTypes = new[] { "image/bmp", "image/x-windows-bmp" };
+ public static readonly IEnumerable MimeTypes = new[]
+ {
+ "image/bmp",
+ "image/x-windows-bmp",
+ "image/x-win-bitmap"
+ };
///
/// The list of file extensions that equate to a bmp.