|
|
@ -18,7 +18,7 @@ namespace ImageSharp.Formats |
|
|
public static readonly IEnumerable<string> MimeTypes = new[] { "image/bmp", "image/x-windows-bmp" }; |
|
|
public static readonly IEnumerable<string> MimeTypes = new[] { "image/bmp", "image/x-windows-bmp" }; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The list of mimetypes that equate to a bmp
|
|
|
/// The list of file extensions that equate to a bmp
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static readonly IEnumerable<string> FileExtensions = new[] { "bm", "bmp", "dip" }; |
|
|
public static readonly IEnumerable<string> FileExtensions = new[] { "bm", "bmp", "dip" }; |
|
|
} |
|
|
} |
|
|
|