Skip to content

Releases: dlemstra/Magick.NET

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

Magick.NET 7.14.1.0

21 Jul 18:39
dafa931
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added support for compressing .ico files with the ImageOptimizer.

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

Library updates:

  • ImageMagick 7.0.8-56

Magick.NET 7.14.0.3

16 Jul 18:59
9ad707f
Compare
Choose a tag to compare

Changes in Magick.NET:

  • The OpenMP version will now need to VS2019 C++ Redistributable.
  • Fixed improper call to JPEG library (#487).

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

  • Fixed writing a grayscale / gray alpha PSD image (#474).

Library updates:

  • ImageMagick 7.0.8-54

Magick.NET 7.14.0.2

30 Jun 10:16
6c3e8bc
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed incorrect compilation of the Linux and macOS libraries that was introduced in release 7.14.0.0.

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

  • Fixed writing a grayscale / gray alpha PSD image (#474).
  • Improved the speed of the PDF reader (#438).

Library updates:

  • ImageMagick 7.0.8-51 beta

Magick.NET 7.14.0.1

23 Jun 21:00
2efb3df
Compare
Choose a tag to compare

Changes in Magick.NET:

Library updates:

  • ImageMagick 7.0.8-50