mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.8 KiB
44 lines
2.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>ImageProcessor.Web</id>
|
|
<version>3.2.0.0</version>
|
|
<title>ImageProcessor.Web</title>
|
|
<authors>James South</authors>
|
|
<owners>James South</owners>
|
|
<projectUrl>http://jimbobsquarepants.github.com/ImageProcessor/</projectUrl>
|
|
<iconUrl>http://raw.githubusercontent.com/JimBobSquarePants/ImageProcessor/master/build/content/imageprocessor.128.png</iconUrl>
|
|
<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 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</description>
|
|
<summary>An extension to ImageProcessor that allows on-the-fly processing of image files in an ASP.NET website</summary>
|
|
<releaseNotes />
|
|
<copyright>James South</copyright>
|
|
<language>en-GB</language>
|
|
<tags>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 Tint Quantizer Animated</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.0">
|
|
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
|
<dependency id="Microsoft.Bcl" version="1.1.8" />
|
|
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
|
|
<dependency id="ImageProcessor" version="1.8.8.0" />
|
|
</group>
|
|
<group targetFramework=".NETFramework4.5">
|
|
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
|
|
<dependency id="ImageProcessor" version="1.8.8.0" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\content\ImageProcessor.Web\web.config.transform" target="content\web.config.transform" />
|
|
<file src="..\_BuildOutput\ImageProcessor.Web\lib\net40\ImageProcessor.Web.dll" target="lib\net40\ImageProcessor.Web.dll" />
|
|
<file src="..\_BuildOutput\ImageProcessor.Web\lib\net45\ImageProcessor.Web.dll" target="lib\net45\ImageProcessor.Web.dll" />
|
|
</files>
|
|
</package>
|