2.3.0
Added
- Add IntPtr-based overload for
Image.NewFromMemory()
(#177). - Add
image.Invalidate()
to drop caches on an image, and any downstream images. - Add
NetVips.Shutdown()
to finalize the internal leak checker and profiler.
Changed
- Update methods/enums for libvips 8.14.
- The NetVips.Extensions package is now only supported on Windows when targeting .NET 7.0. See https://aka.ms/systemdrawingnonwindows for more information.
Fixed
- Ensure compatibility with FreeBSD and variants.
- Ensure code is AOT-friendly (#196).