1.0.0 beta4
Pre-release
Pre-release
antonfirsov
released this
31 May 09:27
·
13582 commits
to main
since this release
Improvements since beta 3
- Full support for .NET Core 2.1
- 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