Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 8.6.1

16 Jan 22:48
728ff98
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed an issue when executing ffmpeg (this is a only a fix for Windows for now, a fix for other platforms will follow at a later moment).

Library updates:

Magick.NET 8.6.0

16 Jan 14:21
a669486
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added support for arm64 on Windows (only in the -arm64 packages).
  • Added Integral to MagickImage.
  • Added SaliencyBlend and SeamlessBlend to CompositeOperator.

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

  • Support seamless and saliency blending of a foreground and background image.
  • Support QOI image format.
  • Perist frame delay when converting APNG to Webp (reference ImageMagick/ImageMagick#4704).
  • Support face index for font collections, e.g. msgothic.ttc[1].

Library updates:

Magick.NET 8.5.0

13 Dec 21:13
94caf0f
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added Exact to the WebPWriteDefines.
  • Added PreserveOpacityMask and ReplicateProfile to the PsdReadDefines.
  • Added SyncImageWithExifProfile to the MagickReadSettings.

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

  • Improved adjustment of page offset when resizing an image.
  • Added support for reading extra channels in a PSD file (reference ImageMagick/ImageMagick#4499).
  • The profile of a PSD file will no longer be copied to all the images, only the first returned image will contain the profile. To re-enable the old behavior add -define psd:replicate-profile=true.

Library updates:

Magick.NET 8.4.0

28 Oct 18:30
a240336
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added StartFontPointsize to the CaptionReadDefines (#1055).
  • Added InterpolationQuality to the DngReadDefines (#1060).

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

  • fix connected component abort trap (reference ImageMagick/ImageMagick#4372).
  • fix stack overflow when parsing malicious tiff image file (report from Muhammad Aldo Firmansyah).
  • improved algorithm for automatic calculation of pointsize for caption and labels.

Library updates:

Magick.NET 8.3.3

07 Oct 19:10
863f8a2
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed possible StackOverflowException when reading the Values of the IptcProfile (#1031).

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

  • Improved algorithm for automatic calculation of word breaks and pointsize for caption and labels.

Library updates:

Full Changelog: 8.3.2...8.3.3

Magick.NET 8.3.2

20 Sep 18:05
f2dc34f
Compare
Choose a tag to compare

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

  • Fixed character spacing in file name when opening PDF file on browser (#1028).

Library updates:

Magick.NET 8.3.1

13 Sep 21:01
d5b7667
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed the implementation of the ToHexString method of the MagickColor class (#1021).
  • Corrected the default value for the gravity of Annotate to Undefined.
  • Return null when the Width or Height of the MagickImage.BoundingBox is zero (#1025).

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

Library updates:

Magick.NET 8.3.0

05 Sep 19:36
55e841c
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added new ReadThumbnail option to the DngReadDefines (#1006).

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

Library updates:

Magick.NET 8.2.1

09 Aug 20:32
47d310d
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed infinite loop inReadOnlySequence<byte> overloads (#1001)

Magick.NET 8.2.0

08 Aug 16:20
ec6ba73
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added CancellationToken overloads to the async methods of MagickImageFactory amd MagickImageCollectionFactory.
  • Added ReadOnlySequence<byte> overloads:
    • netstandard21:
      • MagickImage: constructor, Ping, Read
      • MagickImageFactory: Create
      • MagickImageCollection: constructor, Ping, Read
      • MagickImageCollectionFactory: Create
      • MagickImageInfo: constructor, Read, ReadCollection
      • MagickImageInfoFactory: Create
  • Added IBufferWriter<byte> overloads:
    • netstandard21:
      • MagickImage: Write
      • MagickImageCollection: Write

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

  • Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).

Library updates: