Skip to content

Magick.NET 7.12.0.0

Compare
Choose a tag to compare
@dlemstra dlemstra released this 13 Apr 16:57
d8210a6

Changes in Magick.NET:

  • Added support for background trimming (#398).
  • Added extra byte array Ping overloads to the MagickImage and MagickImageCollection (#408).
  • Fix changes in color of the image when opening and re saving a png image (#409).
  • The ToString method of a geometry should always include 'x' when the value is not a percentage (#410).
  • Removed the Quality property of JpegWriteDefines (#411).
  • Renamed the SamplingFactors property to SamplingFactor in the JpegWriteDefines and changed the type into an enumeration (#412).
  • Corrected linking and missing linking of pthread order (#413).
  • Added extra overloads to LiquidRescale that accept deltaX and rigidity (#421).

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).
  • Initialise ghostscript instances with NULL (reference ImageMagick/ImageMagick#1538).
  • The -layers option compared pixels inocorrectly as opacity rather than alpha.

Library updates:

  • ImageMagick 7.0.8-40