Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 7.0.6.102

11 Jul 21:02
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed bug in initialization with MagickNET.Initalize.
  • Added ConfigurationFiles class that can be used to initalize ImageMagick.

Breaking changes in Magick.NET:

  • Renamed Channels.Undefined to Channels.None.

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

  • Reject PNG file that is too small (under 60 bytes) to contain a valid image.
  • Reject JPEG file that is too small (under 107 bytes) to contain a valid image.
  • Reject JNG file that is too small (under 147 bytes) to contain a valid image.
  • Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).

Magick.NET 7.0.6.101

30 Jun 20:45
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added new property to MagickNET to get a list of all known font families.
  • Added ExtractArea to MagickReadSettings.
  • Fixed reading files with utf-8 path in the JpegOptimizer (#65)
  • Fixed reading the embedded resources in the .NET Standard build (#67)

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

  • Stop a memory leak in read_user_chunk_callback() (reference ImageMagick/ImageMagick#517).
  • No longer skipping the profiles when pinging an tiff image (#70)

Magick.NET 7.0.6.100

18 Jun 18:10
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added missing properties to ConnectedComponent.
  • Fixed conversion to int in the Percentage struct.

Magick.NET 7.0.6.0

13 Jun 18:38
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • The Core NuGet packages are now part of the normal packages.

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

Magick.NET 7.0.5.900

28 May 18:35
Compare
Choose a tag to compare

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

Magick.NET 7.0.5.800

27 May 17:42
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • Fixed the property names of DrawableRoundRectangle.
  • The Q16 version is no longer CLS compliant.
  • Changed uint methods in PixelCollection to an int and removed the ushort methods.
  • Added IMagickImage, IMagickImageCollection and IMagickImageInfo interfaces. Some methods and properties will return/require that instead.

Other changes in Magick.NET:

  • Fixed documentation for rotate function.
  • Fixed UTC issue in Magick.NET.Web.
  • Added IMagickFactory and MagickFactory that can be used to create IMagickImage, IMagickImageCollection and IMagickImageInfo instances.

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

Library updates:

  • flif: 0.3.0
  • tiff: 4.0.8

Magick.NET 7.0.5.502

17 Apr 20:42
Compare
Choose a tag to compare

Published Magick.NET 7.0.5.502.

Magick.NET 7.0.5.501

06 Apr 21:56
Compare
Choose a tag to compare
Published Magick.NET 7.0.5.501.

Magick.NET 7.0.5.500

02 Apr 14:02
Compare
Choose a tag to compare
Published Magick.NET 7.0.5.500.