Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 7.15.4.0

01 Mar 17:08
c886b1e
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed saving animated WebP on Linux (#581).
  • Fixed reading tiff image with infinite rows per strips (#583).
  • Added ColorThreshold to MagickImage.

Related changes in ImageMagick since the last release of Magick.NET:

  • Write Group4 compressed tiff image as a single strip.

Library updates:

  • ImageMagick 7.0.9-27

Magick.NET 7.15.3.0

23 Feb 17:22
11c65c3
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added Depth to MagickSettings to make it possible to set the depth of certain output images (#575).
  • Added LimitMemory method to ResourceLimits that can be used to limit the memory to a percentage of the total memory (#576).

Related changes in ImageMagick since the last release of Magick.NET:

  • Changed the default memory limit under Windows from 25% to 50% of the total memory.

Library updates:

  • ImageMagick 7.0.9-26 beta

Magick.NET 7.15.2.0

23 Feb 16:49
01a8f5f
Compare
Choose a tag to compare

Forgot to include some changes. Please use 7.15.3.0 instead.

Magick.NET 7.15.1.0

27 Jan 20:01
5cff49d
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added IgnoreCrc to PngReadDefines (#563).
  • Added AntiAlias to MagickSettings (#564).
  • Added kmeans to MagickImage.
  • Added Jzazbz colorspace.

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

  • ImageMagick 7.0.9-19
  • libxml 2.9.10

Magick.NET 7.15.0.1

27 Jan 19:46
6583a41
Compare
Choose a tag to compare

Incorrect version number. Please use 7.15.1.0 instead.

Magick.NET 7.15.0.0

01 Jan 21:19
5bc32a1
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Refactored the ExifProfile and related classes to improve type safety.
  • Added interfaces for the profile classes.
  • Fixed crash when opening some HEIC files (#533).
  • Fixed orientation of TGA files (#509).
  • Throw exception instead of raising an ObjectDisposedException when read of image fails (#548).
  • Fixed conversion of 16-bit grayscale PSD image (#551).

Related changes in ImageMagick since the last release of Magick.NET:

  • Inject image profile properties immediately after the image is read.
  • Replace pseudo-random number generator with a Xoshiro generator.
  • The -layers optimize option requires a fully transparent previous image.
  • Support Pocketmod image format
  • Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
  • Add exception parameter to CMS transform methods.

Library updates:

  • ImageMagick 7.0.9-14 beta
  • libde265 1.0.4
  • libheif 1.6.1

Magick.NET 7.14.5.0

22 Oct 21:23
9fdc1f0
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed trace logging with LogEvents.All.
  • Added DWAA and DWAB compression.
  • Added channel overloads for Threshold (#509).
  • Added channel overloads for AdaptiveThreshold.
  • Raise a warning instead of an error when reading a BMP image with a small difference in stored file size (#528).

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

  • ImageMagick 7.0.9-0 beta

Magick.NET 7.14.4.0

20 Sep 10:33
eef5280
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added DeskewSettings class that can be used to set the AutoCrop option (#512).
  • Changed return value of Deskew to the angle that was used.
  • Setting the depth to a value higher than Quantum.Max is now allowed (#513).
  • Added Area property to the ConnectedComponent class (#517).

Related changes in ImageMagick since the last release of Magick.NET:

  • Improved OpenCL logging (#511).

Library updates:

  • ImageMagick 7.0.8-65
  • webp 1.0.3

Magick.NET 7.14.3.0

25 Aug 14:43
90ef969
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Add CaptionReadDefines to make it easier to use the new feature requested in #498.
  • Fixed System.OverflowException accessing profile of specific image (#505).
  • Added file that will add a trademark attribute containing the version of the native library (#506).
  • Fixed bug in the PNG coder that was reported in #507.

Related changes in ImageMagick since the last release of Magick.NET:

  • Added option to limit the maximum point size with -define caption:max-pointsize=pointsize.
  • Corrected JP2 numresolution calculation (reference: ImageMagick/ImageMagick#1673).

Library updates:

  • ImageMagick 7.0.8-62

Magick.NET 7.14.2.0

10 Aug 19:17
e3ff88b
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Sillently fail MagickNET.SetNativeLibraryDirectory on non Windows platforms (#490).
  • Fixed invalid extension in the DrawableFont class (#491).
  • Fixed reading the correct dimensions in PDF files (#499).
  • Added extra overloads when reading or writing an image that allows specification of the format (#217).

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

  • ImageMagick 7.0.8-60