# Magick.NET **Repository Path**: lztkdr/Magick.NET ## Basic Information - **Project Name**: Magick.NET - **Description**: The .NET wrapper for the ImageMagick library - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2017-06-29 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The .NET wrapper for the ImageMagick library: Magick.NET [![GitHub license](https://img.shields.io/badge/license-Apache%202-green.svg)](https://raw.githubusercontent.com/dlemstra/Magick.NET/master/License.txt) [![Build status](https://ci.appveyor.com/api/projects/status/5y970okju7ru901x?svg=true)](https://ci.appveyor.com/project/dlemstra/magick-net) [![codecov](https://codecov.io/gh/dlemstra/Magick.NET/branch/master/graph/badge.svg)](https://codecov.io/gh/dlemstra/Magick.NET) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Magick-NET/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40MagickNET)](https://twitter.com/MagickNET) ImageMagick is a powerful image manipulation library that supports over [100 major file formats](https://www.imagemagick.org/script/formats.php) (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) ## Documentation For examples on how to install and use Magick.NET visit the [documentation](Documentation/Readme.md) page. For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/). ## Download Click [here](https://github.com/dlemstra/Magick.NET/releases) to download Magick.NET. You can also install Magick.NET using NuGet, click [here](https://nuget.org/profiles/dlemstra/) to see the available packages. And follow me on twitter([@MagickNET](https://twitter.com/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](http://www.appveyor.com). 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](https://ci.appveyor.com/nuget/Magick.NET). It is not recommended to use this build in a production environment. ## 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](http://www.amazon.de/registry/wishlist/2XFZAC3J04WAY) or send me an [amazon gift card](https://www.amazon.de/Amazon-Gutschein-per-E-Mail-Amazon/dp/B0054PDOV8). If you prefer to use PayPal then [click here](https://www.paypal.me/DirkLemstra). ---- _A special thanks goes out to [Snakeware](https://www.snakeware.nl) who let me spend company time on this project._