Releases: dlemstra/Magick.NET
Releases · dlemstra/Magick.NET
Magick.NET 7.10.2.0
Changes in Magick.NET:
- Added "raw" option to the DdsWriteDefines.
Related changes in ImageMagick since the last release of Magick.NET:
- Eliminate spurious font warning (reference ImageMagick/ImageMagick#1458).
Library updates:
- ImageMagick 7.0.8-25 beta
- libheif 1.3.2
Magick.NET 7.10.1.0
Changes in Magick.NET:
- Added
FontNames
toMagickNET
and made sure thatFontFamilies
no longer contains duplicates. MediaPixelFormats
does not supportCMYKA
so the image needs to be changed tosRGB
.
Related changes in ImageMagick since the last release of Magick.NET:
- Support -clahe option real clip limit (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292).
- ShadeImage() kernels can return negative pixels, clamp to range (reference ImageMagick/ImageMagick#1319).
- Annotate with negative offsets no longer renders slanted text.
Library updates:
- ImageMagick 7.0.8-24
- libraw 0.19.2
Magick.NET 7.10.0.0
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)
fromCenter
toUndefined
.
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
Magick.NET 7.9.1.0
Changes in Magick.NET:
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
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
Magick.NET 7.9.0.0
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
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
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