Skip to content

Magick.NET 7.1.0.0

Compare
Choose a tag to compare
@dlemstra dlemstra released this 12 Nov 16:47

Breaking changes in Magick.NET:

  • The distort method now uses DistortSettings instead of just a bool bestfit.
  • Moved HighlightColor and LowlightColor to a new CompareSettings class 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