ImageSharp
ImageSharp copied to clipboard
:camera: A modern, cross-platform, 2D Graphics library for .NET
### 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 bought a Commercial License - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest...
### 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...
### Description This is a tracking issue for missing webp features. The following features for webp are still missing. - ~Decode animated webp images.~ done with #1985 - Encode animated...
### 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 pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/SixLabors/ImageSharp/pulls) open - [x] I have verified that I...
Shouldn't be hard to implement and would have better performance than `Clone -> Crop -> Draw` path. From discussion by @TheBoneJarmer in https://github.com/SixLabors/ImageSharp/discussions/2102
### Proposal This goes along with the https://github.com/SixLabors/ImageSharp/discussions/2090 proposal so show the impact to the API. ### Description Obsoletes all the overloads of `Image.Load` that return on `IImageFormat`, removes all...
New AAN IDCT implementation which I'm working on as part of jpeg decoder optimization/refactoring provides a faster and **more accurate** IDCT calculation. Current conversion pipeline has this "conform to libjpeg"...