Magick.NET alternatives and similar packages
Based on the "Image Processing" category.
Alternatively, view Magick.NET alternatives based on common mentions on social networks and blogs.
-
ImageResizer
Add commands to image URLs to get altered versions in milliseconds. Resizing, editing etc of images in real-time. -
TeximpNet
A cross-platform .NET Standard library for reading/manipulating/writing image files. The primary focus is to create 2D/3D/Cubemap textures for graphics/game applications, notably to convert images to GPU compressed formats and generate mipmaps. The library wraps the FreeImage native library to import/export over 30 common image formats, and wraps the Nvidia Texture Tools native library for GPU compression features. It also has a fully featured DDS format importer/exporter written in C#.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Magick.NET or a related project?
README
The .NET library for ImageMagick: Magick.NET
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](docs/CrossPlatform.md) and [macOS](docs/CrossPlatform.md))
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/.
Download
You can add Magick.NET to your project with one of the following NuGet packages:
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](docs/Versioning.md).
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.
*Note that all licence references and agreements mentioned in the Magick.NET README section above
are relevant to that project's source code only.