# Magick.NET
**Repository Path**: git-hub-sync/Magick.NET
## Basic Information
- **Project Name**: Magick.NET
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-21
- **Last Updated**: 2025-12-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# The .NET library for ImageMagick: Magick.NET
[](https://raw.githubusercontent.com/dlemstra/Magick.NET/main/License.txt)
[](https://bsky.app/profile/dirk.lemstra.org)
[](https://github.com/sponsors/dlemstra)
ImageMagick is a powerful image manipulation library that supports over [100 major file formats](https://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.
## Documentation
For examples on how to install and use Magick.NET visit the [documentation](docs/Readme.md) page.
For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/).
## Download
This library has been tested on Windows, Linux and macOS. The library is available as a NuGet package. There are both platform specific packages and AnyCPU packages available. The platform specific packages can be used to reduce the size of the final application when the target platform is known. The AnyCPU packages can be used when the target platform is unknown. This library is available for `net8.0` and `netstandard20`.
More information about Linux and macOS can be found [here](docs/CrossPlatform.md).
### Download (Platform specific)
|Package|Download|windows|linux|linux-musl|macOS|
|-|-|:-:|:-:|:-:|:-:|
|Magick.NET-Q8-x64|[](https://www.nuget.org/packages/Magick.NET-Q8-x64)|✅|✅|✅|✅
|Magick.NET-Q8-arm64|[](https://www.nuget.org/packages/Magick.NET-Q8-arm64)|✅|✅||✅
|Magick.NET-Q8-x86|[](https://www.nuget.org/packages/Magick.NET-Q8-x86)|✅
|Magick.NET-Q8-OpenMP-x64|[](https://www.nuget.org/packages/Magick.NET-Q8-OpenMP-x64)|✅|✅|✅
|Magick.NET-Q8-OpenMP-arm64|[](https://www.nuget.org/packages/Magick.NET-Q8-OpenMP-arm64)|✅|✅
|Magick.NET-Q16-x64|[](https://www.nuget.org/packages/Magick.NET-Q16-x64)|✅|✅|✅|✅
|Magick.NET-Q16-arm64|[](https://www.nuget.org/packages/Magick.NET-Q16-arm64)|✅|✅||✅
|Magick.NET-Q16-x86|[](https://www.nuget.org/packages/Magick.NET-Q16-x86)|✅
|Magick.NET-Q16-OpenMP-x64|[](https://www.nuget.org/packages/Magick.NET-Q16-OpenMP-x64)|✅|✅|✅
|Magick.NET-Q16-OpenMP-arm64|[](https://www.nuget.org/packages/Magick.NET-Q16-OpenMP-arm64)|✅|✅
|Magick.NET-Q16-OpenMP-x86|[](https://www.nuget.org/packages/Magick.NET-Q16-x86)|✅
|Magick.NET-Q16-HDRI-x64|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-x64)|✅|✅|✅|✅
|Magick.NET-Q16-HDRI-arm64|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-arm64)|✅|✅||✅
|Magick.NET-Q16-HDRI-x86|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-x86)|✅
|Magick.NET-Q16-HDRI-OpenMP-x64|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-OpenMP-x64)|✅|✅|✅
|Magick.NET-Q16-HDRI-OpenMP-arm64|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-OpenMP-arm64)|✅|✅
### Download (AnyCPU)
|Package|Download|Platform|x64|arm64|x86
|-|-|-|:-:|:-:|:-:|
|Magick.NET-Q8-AnyCPU|[](https://www.nuget.org/packages/Magick.NET-Q8-AnyCPU)|windows|✅|✅|✅
|||linux|✅|✅
|||linux-musl|✅
|||macOS|✅|✅
|Magick.NET-Q16-AnyCPU|[](https://www.nuget.org/packages/Magick.NET-Q16-AnyCPU)|windows|✅|✅|✅
|||linux|✅|✅
|||linux-musl|✅
|||macOS|✅|✅
|Magick.NET-Q16-HDRI-AnyCPU|[](https://www.nuget.org/packages/Magick.NET-Q16-HDRI-AnyCPU)|windows|✅|✅|✅
|||linux|✅|✅
|||linux-musl|✅
|||macOS|✅|✅
Follow me on bluesky ([@dirk.lemstra.org](https://bsky.app/profile/dirk.lemstra.org)) to receive information about new downloads and changes to Magick.NET and ImageMagick.
### Download 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](https://www.nuget.org/packages/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. Examples of those libraries can be found below.
|Package|Download|net8.0|netstandard20|net462
|-|-|:-:|:-:|:-:|
|Magick.NET.SystemDrawing|[](https://www.nuget.org/packages/Magick.NET.SystemDrawing)|✅|✅|✅|
|Magick.NET.SystemWindowsMedia|[](https://www.nuget.org/packages/Magick.NET.SystemWindowsMedia)|✅||✅|
|Magick.NET.AvaloniaMediaImaging|[](https://www.nuget.org/packages/Magick.NET.AvaloniaMediaImaging)|✅|||
## Development build
Every commit to Magick.NET is automatically build and tested with the help of [GitHub Actions](https://github.com/features/actions). This build also includes the creation of a NuGet package. These packages can be downloaded here: [https://github.com/dlemstra/Magick.NET/actions](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](https://semver.org/#semantic-versioning-200).
## 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](https://github.com/sponsors/dlemstra) 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._
## Sponsors
[Microsoft's Free and Open Source Software Fund (FOSS Fund #20 June, 2024)](https://aka.ms/microsoftfossfund)
[.NET on AWS Open Source Software Fund (July 2024)](https://github.com/aws/dotnet-foss)