# C# Image Processing Libraries

> AI-ranked search results for `best c sharp image processing libraries` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 111 total matches; showing the top 3.

Explore on the web: https://awesome-repositories.com/q/best-c-sharp-image-processing-libraries

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/best-c-sharp-image-processing-libraries).**

## Results

- [sixlabors/imagesharp](https://awesome-repositories.com/repository/sixlabors-imagesharp.md) (7,954 ⭐) — ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats.

The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c
- [dlemstra/magick.net](https://awesome-repositories.com/repository/dlemstra-magick-net.md) (3,907 ⭐) — Magick.NET is a C# image processing library that serves as a .NET wrapper for ImageMagick. It provides a raster graphics engine for rendering text, drawing graphics, and manipulating images using a native interface.

The library handles the conversion of vector files, such as PDF, EPS, and PostScript, into raster formats. It also includes tools for extracting image metadata, such as EXIF data and raw thumbnails.

The system covers a wide range of image manipulation capabilities, including resizing, format conversion, watermarking, and the merging of multiple images into static or animated file
- [mono/skiasharp](https://awesome-repositories.com/repository/mono-skiasharp.md) (5,449 ⭐) — SkiaSharp is a cross-platform 2D graphics engine and .NET wrapper for the Skia Graphics Library. It provides a rendering API for drawing shapes, paths, and bitmaps across mobile, desktop, and server environments, functioning as both a raster graphics library and a hardware-accelerated drawing API.

The project enables the creation of custom vector drawings and dynamic UI components through precise control over strokes, fills, and mathematical transformations. It also supports programmatic image manipulation, allowing for the loading and modification of pixel arrays.

Its capabilities cover bas
