Magick.NET.SystemDrawing by Dirk Lemstra

<PackageReference Include="Magick.NET.SystemDrawing" Version="2.0.11" />

 Magick.NET.SystemDrawing 2.0.11

ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Magick.NET.SystemDrawing</id>
    <version>2.0.11</version>
    <title>Magick.NET.SystemDrawing</title>
    <authors>Dirk Lemstra</authors>
    <owners>Dirk Lemstra</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>Magick.NET.icon.png</icon>
    <projectUrl>https://github.com/dlemstra/Magick.NET</projectUrl>
    <description>ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.</description>
    <summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
    <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.1.0</releaseNotes>
    <copyright>Copyright 2013-2021 Dirk Lemstra</copyright>
    <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
    <repository type="git" url="https://github.com/dlemstra/Magick.NET" branch="main" commit="dbd9617e49a4154bc76e19e7ab7459b115f3a924" />
    <dependencies>
      <group targetFramework=".NETFramework2.0">
        <dependency id="Magick.NET.Core" version="6.1.0" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Magick.NET.Core" version="6.1.0" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Magick.NET.Core" version="6.1.0" />
        <dependency id="System.Drawing.Common" version="4.7.0" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>