Skip to content

lapolinarweb/Magick.NET

 
 

Repository files navigation

The .NET library for ImageMagick: Magick.NET

Build Status codecov GitHub license Gitter Twitter URL Donate

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 in your C#/VB.NET/.NET Core application without having to install ImageMagick on your server or desktop.

Supported Platforms

  • .NET Framework (2.0 and higher)
  • .NET Core (.NETStandard 2.0 and higher on Windows, Linux and macOS)

Documentation

For examples on how to install and use Magick.NET visit the documentation page. For more information about ImageMagick go to: http://www.imagemagick.org/.

Download

You can add Magick.NET to your project with one of the following NuGet packages:

Package Linux macOS Windows Downloads
Magick.NET-Q8-x64 NuGet NuGet NuGet NuGet
Magick.NET-Q8-x86 NuGet NuGet
Magick.NET-Q8-AnyCPU NuGet NuGet NuGet NuGet
Magick.NET-Q8-OpenMP-x64 NuGet NuGet
Magick.NET-Q16-x64 NuGet NuGet NuGet NuGet
Magick.NET-Q16-x86 NuGet NuGet
Magick.NET-Q16-AnyCPU NuGet NuGet NuGet NuGet
Magick.NET-Q16-OpenMP-x64 NuGet NuGet
Magick.NET-Q16-HDRI-x64 NuGet NuGet NuGet NuGet
Magick.NET-Q16-HDRI-x86 NuGet NuGet
Magick.NET-Q16-HDRI-AnyCPU NuGet NuGet NuGet NuGet
Magick.NET-Q16-HDRI-OpenMP-x64 NuGet NuGet

Follow me on twitter(@MagickNET) to receive information about new downloads and changes to Magick.NET and ImageMagick.

Development build

Every commit to Magick.NET is automatically build and tested with the help of AppVeyor. This build also includes the creation of a NuGet package. These packages can be downloaded from the following NuGet feed: https://ci.appveyor.com/nuget/Magick.NET. It is not recommended to use this build in a production environment.

Versioning

Magick.NET uses the following: versioning strategy.

Donate

If you have an uncontrollable urge to give me something for the time and effort I am putting into this project then please buy me something from my amazon wish list or send me an amazon gift card. If you prefer to use PayPal then click here. You can also sponsor me through GitHub Sponsors.


A special thanks goes out to Snakeware who let me spend company time on this project.

About

The .NET library for ImageMagick

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%