diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index f1fb72c47..59f7a8680 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -70,7 +70,7 @@ - + diff --git a/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs index aca83388b..7900415fb 100644 --- a/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs +++ b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs @@ -63,7 +63,7 @@ namespace ImageProcessor.Plugins.Cair.Processors /// /// The processed image from the current instance of the class. /// - public System.Drawing.Image ProcessImage(ImageFactory factory) + public Image ProcessImage(ImageFactory factory) { string fileName = Guid.NewGuid().ToString();