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 bb0fe2a commit a771bd4Copy full SHA for a771bd4
SimilarImages/SimilarImages/ImageHash.cs
@@ -15,7 +15,7 @@ namespace SimilarImages
15
{
16
internal class ImageHash
17
18
- private static readonly string[] imageExtensions = new string[] { ".png", ".jpg", ".jpeg" };
+ private static readonly string[] imageExtensions = new string[] { ".png", ".jpg", ".jpeg", ".bmp" };
19
private static int currentPrecision = 20;
20
private static InterpolationMode currentInterpolationMode;
21
0 commit comments