Home

Awesome

The .NET library for ImageMagick: Magick.NET

Build Status GitHub license 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.

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/.

Supported platforms

.NET VersionPlatformPlatform specificAnyCPUOpenMP
.NET Standard 2.1windows (x64)
windows (arm64)
linux (x64)
linux-arm64 (arm64)
linux-musl (x64)
macOS (x64)
macOS (arm64)
windows (x86)
.NET Standard 2.0windows (x64)
windows (arm64)
linux (x64)
linux-arm64 (arm64)
linux-musl (x64)
macOS (x64)
macOS (arm64)
windows (x86)

More information about Linux and macOS can be found here.

Download

Magick.NET can be added to a project with one of the following NuGet packages:

PlatformQuantumPlatform specificAnyCPUOpenMP
windows (x64)Q8NuGetNuGetNuGet
Q16NuGetNuGetNuGet
Q16-HDRINuGetNuGetNuGet
windows (arm64)Q8NuGetNuGetNuGet
Q16NuGetNuGetNuGet
Q16-HDRINuGetNuGetNuGet
linux (x64)Q8NuGetNuGetNuGet
Q16NuGetNuGetNuGet
Q16-HDRINuGetNuGetNuGet
linux-arm64 (arm64)Q8NuGetNuGetNuGet
Q16NuGetNuGetNuGet
Q16-HDRINuGetNuGetNuGet
linux-musl (x64)Q8NuGetNuGetNuGet
Q16NuGetNuGetNuGet
Q16-HDRINuGetNuGetNuGet
macOS (x64)Q8NuGetNuGet
Q16NuGetNuGet
Q16-HDRINuGetNuGet
macOS (arm64)Q8NuGetNuGet
Q16NuGetNuGet
Q16-HDRINuGetNuGet
windows (x86)Q8NuGetNuGet
Q16NuGetNuGet
Q16-HDRINuGetNuGet

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

Extra libraries

Besides the quantum specific packages there are also some extra libraries in this project. One of these libraries is the Magick.NET.Core library that is a dependency of the quantum specific packages. This library can be used to add extra functionality and interact with the Magick.NET libraries. Two examples are Magick.NET.SystemDrawing and Magick.NET.SystemWindowsMedia that can be used to interact with System.Drawing and System.Windows.Media.

Development build

Every commit to Magick.NET is automatically build and tested with the help of GitHub Actions. This build also includes the creation of a NuGet package. These packages can be downloaded here: https://github.com/dlemstra/Magick.NET/actions. It is not recommended to use this build in a production environment.

Versioning

Magick.NET uses semantic versioning.

Donate

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


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