ImageSharp
ImageSharp copied to clipboard
:camera: A modern, cross-platform, 2D Graphics library for .NET
### 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...
### 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...
As discussed on Gitter, ImageSharp doesn't support XMP at the moment, it would be interesting to have support for it
### 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...
### 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...
### 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...
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...
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...
### 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...
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...