ImageSharp beta 4 is available on NuGet #
This time the majority of the contributions were made by the community around the project, and we feel really happy about this!
Improvements since the last beta #
- Full support for .NET Core 2.1: we got rid of the annoying MissingMethodException's
- Fixed a bug related to drawing large and complex shapes (eg. pages of text)
- Gradient brushes
- Projective non-affine transforms (tilt, perspective)
- Improved the robustness of our Jpeg decoder:
- A large part of the implementation has been replaced, allowing to parse a wider range of incorrectly encoded images
- Better ICC reader
- Basic
System.Memory
API integration: Image.LoadPixelData() and SavePixelData() are now able to consume spans - Improved
.Fill(color)
performance and added a constructor initializing images with a default fill color
Special thanks #
- @woutware for his optimization and bugfix work on Drawing topics
- @JBildstein for the ICC improvements
- @jongleur1983 for his mind blowing gradient brushes
- @iamcarbon for adding .NET Core 2.1 support, API and code quality improvements
- @brianpopow for investigating and fixing hardly reproducible issues related to JIT code generation bugs
- Next: Beta-Six Labors.
- Previous: Beta 3 Is A Magic Number