mirror of https://github.com/SixLabors/ImageSharp
28 changed files with 444 additions and 456 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
|||||
eaff612b7db9e40f185c91161fd9c977faec69bb |
|
||||
@ -1 +0,0 @@ |
|||||
2af35ccdf0476cbe432b2440be45ffd0f6c414f4 |
|
||||
@ -1 +0,0 @@ |
|||||
1ac41e14e3ae5f8ac9b06bcfbbacc6c4a9841863 |
|
||||
@ -1 +0,0 @@ |
|||||
13403db94dce99fd4e73114b3334d4ef0c2b4ae5 |
|
||||
@ -1 +0,0 @@ |
|||||
8a3fd4491298fec4626034f03e534caac7f22941 |
|
||||
@ -1,43 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|
||||
<metadata> |
|
||||
<id>ImageProcessor.Web</id> |
|
||||
<version>2.2.0.1</version> |
|
||||
<title>ImageProcessor.Web</title> |
|
||||
<authors>James South</authors> |
|
||||
<owners>James South</owners> |
|
||||
<projectUrl>http://jimbobsquarepants.github.com/ImageProcessor/</projectUrl> |
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
||||
<description>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 up to 12,960,000 images increasing your processing output and saving precious server memory. |
|
||||
|
|
||||
Methods include; Resize, Rotate, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, and Transparency. |
|
||||
|
|
||||
This package also requires Microsoft.Bcl.Async -pre on .NET 4.0 which will be added in the background on install if applicable. |
|
||||
|
|
||||
If you use ImageProcessor please get in touch via my twitter @james_m_south |
|
||||
|
|
||||
|
|
||||
Feedback is always welcome.</description> |
|
||||
<summary>An extension to ImageProcessor that allows on-the-fly processing of image files in an ASP.NET website</summary> |
|
||||
<releaseNotes>Fixed cache bug which caused unneccessary processing of images. |
|
||||
|
|
||||
If upgrading from < 2.2.0.0 You will have to delete your cache if upgrading to this version as the database differs.</releaseNotes> |
|
||||
<copyright>James South</copyright> |
|
||||
<language>en-GB</language> |
|
||||
<tags>Image, Imaging, ASP, Performance, Processing, HttpModule, Cache, Resize, Rotate, Flip, Crop, Filter, Effects, Quality, Watermark, Alpha, Vignette, Saturation, Brightness, Contrast, Gif, Jpeg, Bitmap, Png, Fluent</tags> |
|
||||
<dependencies> |
|
||||
<dependency id="ImageProcessor" version="1.5.0.0" /> |
|
||||
<dependency id="Csharp-Sqlite" version="3.7.7.1" /> |
|
||||
</dependencies> |
|
||||
</metadata> |
|
||||
<files> |
|
||||
<file src="content\net40\web.config.transform" target="content\net40\web.config.transform" /> |
|
||||
<file src="content\net45\web.config.transform" target="content\net45\web.config.transform" /> |
|
||||
<file src="..\ImageProcessor.Web\bin\Release\ImageProcessor.Web.dll" target="lib\net40\ImageProcessor.Web.dll" /> |
|
||||
<file src="lib\net40\System.Runtime.dll" target="lib\net40\System.Runtime.dll" /> |
|
||||
<file src="lib\net40\System.Threading.Tasks.dll" target="lib\net40\System.Threading.Tasks.dll" /> |
|
||||
<file src="..\ImageProcessor.Web\bin\Release\ImageProcessor.Web.dll" target="lib\net45\ImageProcessor.Web.dll" /> |
|
||||
<file src="tools\net40\install.ps1" target="tools\net40\install.ps1" /> |
|
||||
<file src="tools\net45\install.ps1" target="tools\net45\install.ps1" /> |
|
||||
</files> |
|
||||
</package> |
|
||||
@ -1 +0,0 @@ |
|||||
46b009d93ab9f1ea75f1ea1efb0073b3d369d3e5 |
|
||||
@ -1 +0,0 @@ |
|||||
50dc5dc47c964ccc80bb8abb22650a579ae796c3 |
|
||||
@ -1 +0,0 @@ |
|||||
9142f8cdad57d5c52d8721112c18a8d26c6f9817 |
|
||||
@ -1 +0,0 @@ |
|||||
24114542de37d7b4463b56749e64e34b0d43a9cc |
|
||||
@ -1 +0,0 @@ |
|||||
3de0aa82f042cfdda2764554fb34e686b401df85 |
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 6.5 KiB |
@ -1 +1 @@ |
|||||
d2856e3733eb6c7d85057c37ae415e54c8bf2386 |
86139d135bd91c43d8ffe8808f0f04975fd22a82 |
||||
Loading…
Reference in new issue