Changes in Magick.NET:
- Added extra checks when freeing buffer inside the ImageOptimizer (#255).
- Removed readSettings overloads from MagickImageInfo (#256).
- Renamed StorageType.Long and StorageType.LongLong.
- Changed ReadMask and WriteMask properties into methods (#243).
- Renamed Compression to CompressionMethod to avoid issues with System.IO.Compression namespace.
- Added ReadPixels to the MagickImage class that can be used to read raw pixels (#259).
- Added SetNativeLibraryDirectory to the MagickNET class (Windows only) hat can be used to set the directory that contains the native library (#230).
- Also allowing specifying the format when calling Write with a file or fileName.
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
- Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval.
Library updates:
- ImageMagick 7.0.8-9 beta