sixlabors/imagesharp

A modern, cross-platform, 2D Graphics library for .NET

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 8th, 2026
Created on October 28th, 2016
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 895
Total Stargazers: 8,033 (+0)
Total Subscribers: 176 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.8 hours
Mean response time: 45.3 days
90th percentile: 30.5 days
Tracked items: 110

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "formats:png" is answered fastest, typically in about 7 hours, while "enhancement" waits about 2 days. Only 9% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,071 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs triage (30)
  • bug (25)
  • enhancement (13)
  • invalid (13)
  • formats:png (11)
  • formats:tiff (9)
  • formats:webp (8)
  • formats:jpeg (7)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ImageSharp is a high-performance, fully managed, cross-platform 2D graphics library for .NET.

The library addresses the need for image processing and graphics operations in .NET applications across device, cloud, and embedded scenarios. It provides both high-level APIs for common image processing tasks and low-level building blocks for specialized workflows. The tool is built as a fully managed implementation, eliminating dependencies on native graphics libraries while maintaining performance through careful optimization.

ImageSharp suits developers building .NET applications that require image manipulation, format conversion, or graphics rendering without external native dependencies. The library supports multiple image formats including BMP, GIF, JPEG, PNG, TIFF, and WebP. It targets .NET 8 and works across Windows, Linux, and other platforms. The project provides detailed API documentation and a samples repository with buildable code examples to help developers get started with common tasks.

The project maintains active community engagement through a discussions forum for questions and feature ideas, with a documented contribution guide for those wishing to participate. Development follows a structured approach with nightly builds available alongside stable releases through standard package distribution channels. The maintainers have established clear community standards through adoption of the Contributor Covenant code of conduct.