Skip to content

Releases: dlemstra/Magick.NET

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:

Magick.NET 8.1.0

18 Jul 21:39
552e811
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added extra overload to the Statistics method of MagickImage that accepts a Channel (#974).
  • Added CancelationToken overloads to the async methods of MagickImage and MagickImageCollection.
  • Added PixelFormat to the VideoReadDefines.
  • Added extra overloads for the InterpolativeResize method of MagickImage.

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

  • Added support for raqm. This can result in changes of the whitespace between the characters when drawing.
  • The predictor tag should only be set for specific compression types (#983).
  • Added support for TextInterlineSpacing and AntiAlias to the Pango coder.

Library updates:

Magick.NET 8.0.1

29 Jun 20:45
a08cc98
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Removed internal ExtensionAttribute to fix compatibility with net40.
  • Switch from net20 to net40 in Magick.NET.SystemDrawing.

Magick.NET 8.0.0

27 Jun 09:45
7572854
Compare
Choose a tag to compare

Breaking changes in Magick.NET:

  • Removed support for net40. When .NET Framework is targeted either net20 or netstandard20 will be used instead.

Changes in Magick.NET:

  • Added extra overload for the GaussianBlur method of MagickImage (#960).
  • Added VideoReadDefines (#962).
  • Also target netstandard21 to add support for using Span<T>.
  • Added extra ReadOnlySpan<byte> overloads:
    • netstandard21:
      • MagickImage: constructor, Ping, Read, ReadPixels
      • MagickImageFactory: Create
      • MagickImageCollection: constructor, Ping, Read
      • MagickImageCollectionFactory: Create
      • MagickImageInfo: constructor, Read, ReadCollection
      • MagickImageInfoFactory: Create
      • IPixelCollection: SetArea, SetPixels
      • IUnsafePixelCollection: SetArea, SetPixels
  • Added extra async overloads or new methods:
    • netstandard20:
      • MagickImageFactory: CreateAsync(Stream
      • MagickImageCollectionFactory: CreateAsync(Stream
      • MagickImage: ReadPixelsAsync(Stream
    • netstandard21:
      • MagickImage: ReadAsync(string fileName, ReadAsync(FileInfo, ReadPixelsAsync(string fileName, ReadPixelsAsync(FileInfo, WriteAsync(string fileName, WriteAsync(FileInfo
      • MagickImageFactory: CreateAsync(string fileName, CreateAsync(FileInfo
      • MagickImageCollection: ReadAsync(string fileName, ReadAsync(FileInfo, WriteAsync(string fileName, WriteAsync(FileInfo
      • MagickImageCollectionFactory: CreateAsync(string fileName, CreateAsync(FileInfo

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

  • Raise exception for invalid compose:args geometry (reference ImageMagick/ImageMagick#3765).
  • Fixed issue with pink image after extracting pages from multipage tiff (#946)

Library updates:

Magick.NET 7.24.1.0

31 May 20:00
90d62e6
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added JxlWriteDefines.
  • Fixed incorrect recursive call in ToByteArray(IWriteDefines defines) of MagickImageCollection.

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

  • Added support for reading and writing 16-bit jxl images.
  • Added support to set the jpeg-xl encoding effort with -define jxl:effort=[number].

Library updates:

Magick·NET 7.24.0.0

10 May 14:12
5680e70
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added interface for the OpenCL devices (IOpenCLDevice and IOpenCLKernelProfileRecord).
  • Several fixes in the return type because the generated code now also uses nullable reference types.
  • Added DepthImage boolean to the HeicReadDefines.
  • Added VideoWriteDefines (#913).

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

  • Layers optimize no longer produces broken output (reference ImageMagick/ImageMagick#3520).
  • The HEIC depth image will now only be read when the define heic:depth-image is true.
  • FL32 no longer returns scambled results (reference ImageMagick/ImageMagick#3614).
  • Ashlar pseudo-image format no longer crops labels in last row of tiles by default (reference ImageMagick/ImageMagick#3618).
  • Fixed reading TIFF images that are zip compressed and have a large scanline (#915).

Library updates:

Magick.NET 7.23.4.0

18 Apr 19:02
7c8c979
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Changing the ColorType of the MagickImage no longer changes the ColorType of the MagickImage.Settings.
  • Corrected default value of Colors of the QuantizeSettings.
  • Added FromPageSize to the MagickGeometry class.
  • Added CreateFromPageSize to the MagickGeometryFactory class.

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

Library updates:

Magick.NET 7.23.3.0

21 Mar 17:12
5a53ea9
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Enabled nullable reference types in the libraries.
  • No longer allow a null value for the defines.
  • Added ACES to DngOutputColor.
  • Added WebPWriteDefines.

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

  • Various improvements with reading/writing JXL images.

Library updates:

Magick.NET 7.23.2.1

28 Feb 19:26
ab8571a
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Corrected value for PixelChannel.Composite (#869).

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

  • Decode HEIC images in sRGB instead of YCbCr (ImageMagick/ImageMagick#3153).
  • Set overall image depth statistic in Composite channel (#869).
  • Allow reading multichannel PSD files with 1 or 2 channels (#845).
  • Updated libraw to allow reading certain CR3 images (#866).

Library updates:

Magick.NET 7.23.2.0

09 Feb 20:36
adae755
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added information to the RelatedExceptions when PdfInfo.Create fails (#843).
  • Added support for the ORA format to the Linux build (dlemstra/Magick.Native#8).

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

Library updates: