Breaking changes in Magick.NET:
- The distort method now uses
DistortSettingsinstead of just abool bestfit. - Moved
HighlightColorandLowlightColorto a newCompareSettingsclass because they are only used by the compare method. (#126).
Changes in Magick.NET:
- Made sure the ICC profile is preserved in the JpegOptimizer (#124).
- Added missing implementation for compressing streams in the ImageOptimizer (#33).
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed a problem with resource bookkeeping in AcquireMatrixInfo().
- Encode JSON control characters (reference ImageMagick/ImageMagick#848).
Library updates:
- ImageMagick 7.0.7.11