The Wayback Machine - https://web.archive.org/web/20190322183701/https://github.com/dlemstra/Magick.NET
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

The .NET library for ImageMagick
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Also include Magick.NET version and Environment in the ask question t… Sep 28, 2018
Build Libraw should also have OpenMP disabled on the macOS build. Feb 7, 2019
Documentation
ImageMagick Recompiled libraries with ImageMagick 7.0.8-28 beta. Feb 10, 2019
Logo Updated the logo with the new version. Jul 21, 2018
Publish Published Magick.NET 7.11.0.0. Feb 10, 2019
Samples/Magick.NET.Samples Updated copyright. Jan 1, 2019
Source Published Magick.NET 7.11.0.0. Feb 10, 2019
Tests Added extra overload for ToBitmap and ToBitmapSource to specify how t… Feb 10, 2019
Tools Updated nuget.exe Feb 10, 2019
.gitattributes Force unix newlines for .sh files. Apr 20, 2018
.gitignore
.travis.yml
Building.md
CODE_OF_CONDUCT.md Fixed copy past mistake. Aug 29, 2018
Copyright.txt
License.txt Added license Apr 4, 2013
Magick.NET.sln No longer add readme.txt file to the NuGet package. Jan 23, 2019
Magick.NET.snk Removed duplicate strong-name key files. Dec 30, 2016
Readme.md Corrected badges Sep 21, 2018
appveyor.yml Attempt to fix the AnyCPU build. Jul 29, 2018
azure-pipelines.yml Moved macOS build scripts and added job for macOS. Sep 20, 2018
codecov.yml
stylecop.json Updated copyright. Jan 1, 2019

Readme.md

The .NET library for ImageMagick: Magick.NET

Build Status GitHub license Gitter Twitter URL Donate

Build Status Code Coverage
Windows Build status codecov
Linux Build Status codecov
macOS Build Status codecov

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 1.3 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-x64-OpenMP 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-x64-OpenMP 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-x64-OpenMP NuGet NuGet

Or click here to download Magick.NET. You can also install Magick.NET samples from NuGet, click here to see the available packages. And 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.


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

You can’t perform that action at this time.