diff --git a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs index 7c18199f7..b939ff457 100644 --- a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.0.3")] -[assembly: AssemblyFileVersion("3.0.0.3")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index bac0ae980..36f11960d 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -66,7 +66,6 @@ - diff --git a/src/ImageProcessor/Imaging/Pixel.cs b/src/ImageProcessor/Imaging/Pixel.cs deleted file mode 100644 index b214c3c9b..000000000 --- a/src/ImageProcessor/Imaging/Pixel.cs +++ /dev/null @@ -1,38 +0,0 @@ -// -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South. -// Licensed under the Apache License, Version 2.0. -// -// -// Represents a single pixel. -// -// -------------------------------------------------------------------------------------------------------------------- - -namespace ImageProcessor.Imaging -{ - /// - /// Represents a single pixel. - /// - public struct Pixel - { - /// - /// The red component of the pixel. - /// - public double R; - - /// - /// The green component of the pixel. - /// - public double G; - - /// - /// The blue component of the pixel. - /// - public double B; - - /// - /// The alpha component of the pixel. - /// - public double A; - } -} diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index 74cebea3b..253234032 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.8.1.2")] -[assembly: AssemblyFileVersion("1.8.1.2")] +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] diff --git a/src/Nuget/ImageProcessor.1.8.2.0.nupkg.REMOVED.git-id b/src/Nuget/ImageProcessor.1.8.2.0.nupkg.REMOVED.git-id new file mode 100644 index 000000000..3a54b4b4f --- /dev/null +++ b/src/Nuget/ImageProcessor.1.8.2.0.nupkg.REMOVED.git-id @@ -0,0 +1 @@ +3fc6418ca4779d20c4fad1afc82a3693dd93b9e4 \ No newline at end of file diff --git a/src/Nuget/ImageProcessor.Web.3.0.0.3.nupkg b/src/Nuget/ImageProcessor.Web.3.0.0.3.nupkg index 4270d972d..bd6920945 100644 Binary files a/src/Nuget/ImageProcessor.Web.3.0.0.3.nupkg and b/src/Nuget/ImageProcessor.Web.3.0.0.3.nupkg differ diff --git a/src/Nuget/ImageProcessor.Web.3.0.0.3.nuspec b/src/Nuget/ImageProcessor.Web.3.0.0.3.nuspec new file mode 100644 index 000000000..6ec4feb00 --- /dev/null +++ b/src/Nuget/ImageProcessor.Web.3.0.0.3.nuspec @@ -0,0 +1,51 @@ + + + + ImageProcessor.Web + 3.0.0.3 + ImageProcessor.Web + James South + James South + http://jimbobsquarepants.github.com/ImageProcessor/ + http://raw.github.com/JimBobSquarePants/ImageProcessor/master/src/Nuget/imageprocessor.128.png + false + + ImageProcessor.Web adds a configurable HttpModule to your website which allows on-the-fly processing of image files. The module also comes with a file and browser based cache that can handle millions of images, increasing your processing output and saving precious server memory. + + Methods include: Resize, Rotate, Rounded Corners, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, Gaussian Blur, Gaussian Sharpen, and Transparency. + + This package also requires Microsoft.Bcl.Async on .NET 4.0 which will be added on install if applicable. + + If you use ImageProcessor please get in touch via my twitter @james_m_south + + Feedback is always welcome + + An extension to ImageProcessor that allows on-the-fly processing of image files in an ASP.NET website + + - Fixing 404 bug + - Improved cleanup to remove orphaned files + + James South + en-GB + Image Imaging ASP Performance Processing HttpModule Cache Resize Rotate RoundedCorners Flip Crop Filter Effects Quality Watermark Alpha Vignette Saturation Brightness Contrast Gif Jpg Jpeg Bitmap Png Fluent GDI Gaussian Blur Sharpen + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Nuget/ImageProcessor.Web.3.0.1.0.nupkg b/src/Nuget/ImageProcessor.Web.3.0.1.0.nupkg new file mode 100644 index 000000000..c693d1f34 Binary files /dev/null and b/src/Nuget/ImageProcessor.Web.3.0.1.0.nupkg differ diff --git a/src/TestWebsites/NET45/Test_Website_NET45/Images/Thumbs.db.REMOVED.git-id b/src/TestWebsites/NET45/Test_Website_NET45/Images/Thumbs.db.REMOVED.git-id new file mode 100644 index 000000000..ce91c461d --- /dev/null +++ b/src/TestWebsites/NET45/Test_Website_NET45/Images/Thumbs.db.REMOVED.git-id @@ -0,0 +1 @@ +680ee47c5709cf310ef41eda79f1a935f6f1fc5e \ No newline at end of file