Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@jherby2k jherby2k released this 04 Aug 21:46

This release is mostly to fix another security issue in ImageSharp, but there are also some minor performance improvements.

The PowerShell module can found on the PowerShell Gallery.

The .NET API is available via NuGet.

Library improvements

  • Remove System.Runtime.Loader dependency
  • Fix SourceLink for extension packages

Performance improvements

  • Convert delegates (used for interop) to function pointers
  • Allow direct access to sample buffers where useful
  • Avoid some unnecessary allocations
  • Restore some file pre-allocation code removed in v2.0

Security updates

  • Bump ImageSharp dependency