From 2d770fefec72203b1bc36b0bfa45abf02b1e7116 Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 16 Sep 2014 13:49:16 +0100 Subject: [PATCH] Fixing solution Former-commit-id: 89a7f48601e84d175a87eb3f04ca1e8c7b14a01f --- src/ImageProcessor/ImageProcessor.csproj | 2 +- .../Processors/ContentAwareResize.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();