Browse Source

Fixing solution

Former-commit-id: 89a7f48601e84d175a87eb3f04ca1e8c7b14a01f
pull/17/head
James South 12 years ago
parent
commit
2d770fefec
  1. 2
      src/ImageProcessor/ImageProcessor.csproj
  2. 2
      src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs

2
src/ImageProcessor/ImageProcessor.csproj

@ -70,7 +70,7 @@
<Compile Include="Common\Extensions\DoubleExtensions.cs" />
<Compile Include="Configuration\NativeBinaryFactory.cs" />
<Compile Include="Configuration\NativeMethods.cs" />
<Compile Include="Imaging\Colors\HSLColor.cs" />
<Compile Include="Imaging\Colors\HSLAColor.cs" />
<Compile Include="Imaging\Colors\RGBAColor.cs" />
<Compile Include="Imaging\FastBitmap.cs" />
<Compile Include="Imaging\Formats\GifInfo.cs" />

2
src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs

@ -63,7 +63,7 @@ namespace ImageProcessor.Plugins.Cair.Processors
/// <returns>
/// The processed image from the current instance of the <see cref="T:ImageProcessor.ImageFactory"/> class.
/// </returns>
public System.Drawing.Image ProcessImage(ImageFactory factory)
public Image ProcessImage(ImageFactory factory)
{
string fileName = Guid.NewGuid().ToString();

Loading…
Cancel
Save