Skip to content

Commit a771bd4

Browse files
author
Kabuto_W
committed
Add BMP support.
1 parent bb0fe2a commit a771bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimilarImages/SimilarImages/ImageHash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace SimilarImages
1515
{
1616
internal class ImageHash
1717
{
18-
private static readonly string[] imageExtensions = new string[] { ".png", ".jpg", ".jpeg" };
18+
private static readonly string[] imageExtensions = new string[] { ".png", ".jpg", ".jpeg", ".bmp" };
1919
private static int currentPrecision = 20;
2020
private static InterpolationMode currentInterpolationMode;
2121

0 commit comments

Comments
 (0)