Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 7.1.0.0

12 Nov 16:47
Compare
Choose a tag to compare

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

Magick.NET 7.0.7.900

30 Oct 19:21
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added support for stream to the ImageOptimizers (#33).
  • Fixed pinging and image with a stream.
  • Added DdsReadDefines to support dds:skip-mipmaps.

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

  • Tweaks to OpenMP support within ImageMagick.

Library updates:

  • png 1.6.34

Magick.NET 7.0.7.700

08 Oct 17:07
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added extra NuGet package for the x64 build that has OpenMP support.

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

Library updates:

  • jpeg 1.5.2
  • zlib 1.2.11

Magick.NET 7.0.7.300

18 Sep 20:18
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added MagickImage.GetPixelsUnsafe() that returns a PixelCollection that does no boundary checks.

Breaking changes in Magick.NET:

  • The library is no longer CLSCompliant.
  • GetPixels now returns an IPixelCollection.
  • PixelCollection.Set has been renamed to SetPixel and SetPixels.

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

Library updates:

  • png 1.6.33beta03

Magick.NET 7.0.7.0

05 Sep 05:57
Compare
Choose a tag to compare

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

Magick.NET 7.0.6.1002

26 Aug 23:33
Compare
Choose a tag to compare

Changes in Magick.NET:

  • The ImageOptimizers will now return true when the file could be compressed otherwise false.
  • Added FastMipmaps to DdsWriteDefines.
  • Added MipmapsFromCollection to DdsWriteDefines.

Breaking changes in Magick.NET:

  • Removed DdsCompression.Dxt5 because it is the default for an image with an alpha channel.

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

  • Fixed thread safety issue inside the pango and librsvg decoder

Library updates:

  • pango 1.40.11

Magick.NET 7.0.6.1000

25 Aug 14:51
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added new StructuralSimilarity and StructuralDissimilarity error metrics.
  • Added CubicSpline filter.

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

Library updates:

  • glib 2.53.6
  • librsvg 2.40.18
  • openjpeg 2.2.0
  • png 1.6.32

Magick.NET 7.0.6.601

12 Aug 11:03
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added copy action to the .targets file for Linux.
  • Restored PixelCollection.ToShortArray.

Magick.NET 7.0.6.600

06 Aug 13:42
Compare
Choose a tag to compare

Changes in Magick.NET:

  • The .NET Standard library can now be used on Linux.
  • Added AutoThreshold to MagickImage.
  • Added MeanShift to MagickImage.

Related changes in ImageMagick since the last release of 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).