dlemstra/magick.net

The .NET library for ImageMagick

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 17th, 2026
Created on September 20th, 2015
Open Issues & Pull Requests: 47 (+0)
GitHub issues: Enabled
Number of forks: 451
Total Stargazers: 3,986 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.0 hours
Mean response time: 2.2 days
90th percentile: 5.0 days
Tracked items: 166

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 90% of issues opened in the past year have since been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 471 days
Stale 30+ days: 14
Stale 90+ days: 13

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • upstream (6)
  • help wanted (4)
  • question (4)
  • enhancement (3)

Detailed Description

Magick.NET is a .NET library for ImageMagick that brings powerful image manipulation capabilities to C# and VB.NET applications without requiring ImageMagick to be installed on the server or desktop.

ImageMagick supports over 100 major file formats, and Magick.NET wraps this functionality for the .NET ecosystem. The library handles image conversion, resizing, drawing, effects application, and EXIF data manipulation by providing managed bindings to the underlying ImageMagick engine. Developers can perform complex image operations directly within their .NET code without external dependencies.

The tool suits projects that need robust image processing in .NET environments across Windows, Linux, and macOS. It is distributed as NuGet packages in both platform-specific variants for reduced application size and AnyCPU packages for unknown target platforms. The library targets net8.0 and netstandard20, making it compatible with modern .NET applications. Teams should choose this library when they require the breadth of ImageMagick's format support and manipulation capabilities within a .NET application.

Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by upstream-related items, user questions, and enhancement requests.