Skip to content

Commit 4563516

Browse files
authored
Allow mask image to be supplied when calculating diff mask of two images
2 parents ccf068a + 99edb8e commit 4563516

File tree

5 files changed

+414
-134
lines changed

5 files changed

+414
-134
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# CA1303: Do not pass literals as localized parameters
44
dotnet_diagnostic.CA1303.severity = none
55

6+
# CA2000: Dispose objects before losing scope
7+
dotnet_diagnostic.CA2000.severity = suggestion
8+
69
# var preferences
710
csharp_style_var_elsewhere = true:warning
811
csharp_style_var_for_built_in_types = true:warning

0 commit comments

Comments
 (0)