Skip to content

Releases: dlemstra/Magick.NET

Magick.NET 7.10.2.0

22 Jan 22:15
6567bd8
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added "raw" option to the DdsWriteDefines.

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

Library updates:

  • ImageMagick 7.0.8-25 beta
  • libheif 1.3.2

Magick.NET 7.10.1.0

13 Jan 18:18
094f2a9
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added FontNames to MagickNET and made sure that FontFamilies no longer contains duplicates.
  • MediaPixelFormats does not support CMYKA so the image needs to be changed to sRGB.

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

Library updates:

  • ImageMagick 7.0.8-24
  • libraw 0.19.2

Magick.NET 7.10.0.0

01 Jan 22:53
c339fb1
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Removed Crop(int x, int y, int width, int height).
  • Removed Chop(int xOffset, int width, int yOffset, int height).
  • Changed the default gravity for Crop(int width, int height) from Center to Undefined.

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

  • Support negative rotations in a geometry (e.g. -10x-10+10+10).
  • Cube image format returns a HALD image.
  • CLAHE tiles overlapped are now centered relative to the image.

Library updates:

  • ImageMagick 7.0.8-23

Magick.NET 7.9.2.0

17 Dec 21:57
6af2b8b
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added ChangeUnits to Density that can be used to change the units of a Density.
  • Fixed density used in ToBitmapSource (#362).
  • Fixed reading JPEG files (#363).

Library updates:

  • ImageMagick 7.0.8-17 beta

Magick.NET 7.9.1.0

11 Dec 21:44
c9db75d
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added Clahe method to IMagickImage (#352).
  • Fixed crop to aspect ratio with offset (#358).

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

  • Changed SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.

Library updates:

  • ImageMagick 7.0.8-16
  • libxml 2.9.7

Magick.NET 7.9.0.2

23 Nov 09:03
fc01cc6
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed Quantize() producing unreadable PNG (#351).
  • Improved SVG font recognition (#330).
  • Use win-x64/x86 as the RID instead of win7-x64/x86 (#291).

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

  • Added support for GIMP 2.10 files.

Library updates:

  • ImageMagick 7.0.8-15 beta
  • pango 1.42.4
  • webp 1.0.0

Magick.NET 7.9.0.1

29 Oct 20:16
82a6701
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Added support for reading raw images to the Linux and macOS build (#279)
  • Fixed access violation reported in #338.

Library updates:

  • ImageMagick 7.0.8-14

Magick.NET 7.9.0.0

16 Oct 20:45
a2e6644
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Fixed reading HEIC images on Linux (#318)
  • Removed Coder and Magic properties from the ConfigurationFiles class.
  • Added initialization method requested in #323.
  • Make exception messages for stream validation more specific (#321)
  • Added option to ImageOptimizer to skip compressing files in unsupported formats instead of throwing an exception (#269)

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

  • Adding coder headers with magic.xml will no longer be supported.
  • Adding coder aliases with coder.xml will no longer be supported.

Library updates:

  • ImageMagick 7.0.8-13 beta

Magick.NET 7.8.0.0

22 Sep 19:39
30dbfae
Compare
Choose a tag to compare

Changes in Magick.NET:

  • Disable OpenCL for nVidia cards by default (#317).
  • Added ArithmeticCoding to JpegWriteDefines.
  • Fixed reading MP4 via FFMpeg on macOS (#312).
  • Fixed memory leak reported in #310.
  • Fixed incorrect line break in the caption (#308).
  • Fixed issue with Group4 and Fax compression in the TIFF coder (#307).
  • Added FontTypeMetrics to the Drawables class (#304).

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

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Added support for arithmetic coding to the jpeg encoder: -define jpeg:arithmetic-coding=true.

Library updates:

  • ImageMagick 7.0.8-12 beta
  • libjpeg-turbo 2.0.0

Magick.NET 7.7.0.0

01 Sep 19:18
Compare
Choose a tag to compare

Changes in Magick.NET:

  • The MagickImageCollection can no longer contain duplicate instances (#295).
  • Removed AddRange overload with IMagickImageCollection.
  • Also set reader when writing stream to fix issue reported in #296.
  • Added AnimationTicksPerSecond to the MagickImage class (#299).

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

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Add support for "module" security policy.

Library updates:

  • ImageMagick 7.0.8-11