diff --git a/src/ImageProcessor.UnitTests/ImageFactoryUnitTests.cs b/src/ImageProcessor.UnitTests/ImageFactoryUnitTests.cs
index 065cd86c0..9b98f683a 100644
--- a/src/ImageProcessor.UnitTests/ImageFactoryUnitTests.cs
+++ b/src/ImageProcessor.UnitTests/ImageFactoryUnitTests.cs
@@ -130,6 +130,7 @@ namespace ImageProcessor.UnitTests
ISupportedImageFormat format = imageFactory.CurrentImageFormat;
+ // The Image class does not support alpha transparency in bitmaps.
if (format.GetType() == typeof(BitmapFormat))
{
AssertionHelpers.AssertImagesAreIdentical(
diff --git a/src/ImageProcessor.Web/Helpers/ImageHelpers.cs b/src/ImageProcessor.Web/Helpers/ImageHelpers.cs
index 29d7953a4..536b6f05d 100644
--- a/src/ImageProcessor.Web/Helpers/ImageHelpers.cs
+++ b/src/ImageProcessor.Web/Helpers/ImageHelpers.cs
@@ -64,9 +64,9 @@ namespace ImageProcessor.Web.Helpers
public static string GetExtension(string input)
{
// First filter out any troublesome elements.
- foreach (Match exlude in ExcludeRegex.Matches(input))
+ foreach (Match exclude in ExcludeRegex.Matches(input))
{
- input = input.Replace(exlude.Value, string.Empty);
+ input = input.Replace(exclude.Value, string.Empty);
}
Match match = FormatRegex.Match(input);
diff --git a/src/ImageProcessor/Settings.StyleCop b/src/ImageProcessor/Settings.StyleCop
index b3c2af428..91085624e 100644
--- a/src/ImageProcessor/Settings.StyleCop
+++ b/src/ImageProcessor/Settings.StyleCop
@@ -10,6 +10,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -16,10 +16,10 @@
+
+
+
@@ -39,7 +39,7 @@
+
@@ -51,7 +51,7 @@
+
@@ -62,7 +62,7 @@
+
@@ -73,7 +73,7 @@
+
@@ -85,47 +85,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+