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.
36 lines
1.9 KiB
36 lines
1.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>ImageProcessor</id>
|
|
<version>2.1.0.0</version>
|
|
<title>ImageProcessor</title>
|
|
<authors>James South</authors>
|
|
<owners>James South</owners>
|
|
<projectUrl>http://imageprocessor.org</projectUrl>
|
|
<iconUrl>http://raw.githubusercontent.com/JimBobSquarePants/ImageProcessor/master/build/content/imageprocessor.128.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>
|
|
Image Processor is an easy to use and extend processing library written in C#. Its fluent API makes common imaging tasks very simple to perform.
|
|
|
|
Methods include; Resize, Rotate, Rounded Corners, Flip, Crop, Watermark, Filter, Saturation, Brightness, Contrast, Quality, Format, Vignette, Gaussian Blur, Gaussian Sharpen, and Transparency.
|
|
|
|
If you use ImageProcessor please get in touch on my twitter @james_m_south.
|
|
|
|
Feedback is always welcome.
|
|
</description>
|
|
<summary>A library for manipulating image files written in C#.</summary>
|
|
<releaseNotes />
|
|
<copyright>James South</copyright>
|
|
<language>en-GB</language>
|
|
<tags>
|
|
Image Imaging ASP Performance Processing HttpModule Cache Resize AutoRotate Rotate RoundedCorners
|
|
Flip Crop Filter Effects Quality Watermark Alpha Vignette Saturation Brightness Contrast Gif Jpg Jpeg
|
|
Bitmap Png WebP Tiff Fluent GDI Gaussian Blur Sharpen Tint Quantizer Animated EXIF Cair SeamCarving
|
|
</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\_BuildOutput\ImageProcessor\lib\net40\ImageProcessor.dll" target="lib\net40\ImageProcessor.dll" />
|
|
<file src="..\_BuildOutput\ImageProcessor\lib\net45\ImageProcessor.dll" target="lib\net45\ImageProcessor.dll" />
|
|
<file src="..\_BuildOutput\Help\docu\**" target="contents\docs\api" />
|
|
</files>
|
|
</package>
|