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.
31 lines
1.3 KiB
31 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>ImageProcessor.Plugins.Cair</id>
|
|
<version>1.0.0.0</version>
|
|
<title>ImageProcessor.Plugins.Cair</title>
|
|
<authors>James South</authors>
|
|
<owners>James South</owners>
|
|
<projectUrl>http://imageprocessor.org</projectUrl>
|
|
<iconUrl>http://imageprocessor.org/assets/ico/apple-touch-icon-144x144.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Adds support to ImageProcessor for Content Aware Image Resizing.
|
|
|
|
If you use ImageProcessor please get in touch via my twitter @james_m_south
|
|
|
|
Feedback is always welcome</description>
|
|
<summary>Adds support to ImageProcessor for Content Aware Image Resizing.</summary>
|
|
<releaseNotes />
|
|
<copyright>James South</copyright>
|
|
<language>en-GB</language>
|
|
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Cair Seam Carving</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.5">
|
|
<dependency id="ImageProcessor" version="2.0.0.0" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\_BuildOutput\ImageProcessor.Plugins.Cair\lib\net45\ImageProcessor.Plugins.Cair.dll" target="lib\net45\ImageProcessor.Plugins.Cair.dll" />
|
|
</files>
|
|
</package>
|