ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

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

Results 124 ImageSharp issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/SixLabors/ImageSharp/discussions/2061 Originally posted by **br3aker** March 13, 2022 Current jpeg implementation lacks of COM marker support, does it need to support it? Should be easy to implement...

formats:jpeg
feature request
good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...

needs triage

As discussed on Gitter, ImageSharp doesn't support XMP at the moment, it would be interesting to have support for it

enhancement
up-for-grabs
metadata:xmp

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp - [x] I have verified...

unit tests
needs triage
platform:macos

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp - [x] I have verified...

duplicate
formats:jpeg
metadata:icc

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp - [x] I have verified...

enhancement
formats:jpeg

There is a user on Stack Overflow trying to create a new image using VB.NET. https://stackoverflow.com/questions/61839616/imagesharp-draw-image-on-image-in-vb-net Image sharp has an issue at the moment where its not possible to new...

blocking
API
lang:vb
upstream-issue

This is a useful image size optimization for users dealing with grayscale images. (See #807) Additional colorspace encoders to implement: - [x] Grayscale (actually important) - [ ] Ycck (nice...

up-for-grabs
formats:jpeg
feature request

### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...

area:aot
needs triage

The image comparison logic implemented in [`TolerantImageComparer`](https://github.com/SixLabors/ImageSharp/blob/master/tests/ImageSharp.Tests/TestUtilities/ImageComparison/TolerantImageComparer.cs) might be interesting for users, eg. for testing purposes. We should expose a similar feature from the core library. The current `ImageComparer` API...

feature request
API