Releases: dlemstra/Magick.NET
Releases · dlemstra/Magick.NET
Magick.NET 7.15.4.0
Changes in Magick.NET:
- Fixed saving animated WebP on Linux (#581).
- Fixed reading tiff image with infinite rows per strips (#583).
- Added ColorThreshold to MagickImage.
Related changes in ImageMagick since the last release of Magick.NET:
- Write Group4 compressed tiff image as a single strip.
Library updates:
- ImageMagick 7.0.9-27
Magick.NET 7.15.3.0
Changes in Magick.NET:
- Added
Depth
toMagickSettings
to make it possible to set the depth of certain output images (#575). - Added
LimitMemory
method toResourceLimits
that can be used to limit the memory to a percentage of the total memory (#576).
Related changes in ImageMagick since the last release of Magick.NET:
- Changed the default memory limit under Windows from 25% to 50% of the total memory.
Library updates:
- ImageMagick 7.0.9-26 beta
Magick.NET 7.15.2.0
Forgot to include some changes. Please use 7.15.3.0 instead.
Magick.NET 7.15.1.0
Changes in Magick.NET:
- Added IgnoreCrc to PngReadDefines (#563).
- Added AntiAlias to MagickSettings (#564).
- Added kmeans to MagickImage.
- Added Jzazbz colorspace.
Related changes in ImageMagick since the last release of Magick.NET:
- Also support svg:xml-parse-huge when using librsvg (#531).
- Optimize -evaluate-sequence option (reference ImageMagick/ImageMagick#1824).
- Permit compositing in the CMYK colorspace (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).
Library updates:
- ImageMagick 7.0.9-19
- libxml 2.9.10
Magick.NET 7.15.0.1
Incorrect version number. Please use 7.15.1.0
instead.
Magick.NET 7.15.0.0
Changes in Magick.NET:
- Refactored the ExifProfile and related classes to improve type safety.
- Added interfaces for the profile classes.
- Fixed crash when opening some HEIC files (#533).
- Fixed orientation of TGA files (#509).
- Throw exception instead of raising an
ObjectDisposedException
when read of image fails (#548). - Fixed conversion of 16-bit grayscale PSD image (#551).
Related changes in ImageMagick since the last release of Magick.NET:
- Inject image profile properties immediately after the image is read.
- Replace pseudo-random number generator with a Xoshiro generator.
- The -layers optimize option requires a fully transparent previous image.
- Support Pocketmod image format
- Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
- Add exception parameter to CMS transform methods.
Library updates:
- ImageMagick 7.0.9-14 beta
- libde265 1.0.4
- libheif 1.6.1
Magick.NET 7.14.5.0
Changes in Magick.NET:
- Fixed trace logging with
LogEvents.All
. - Added DWAA and DWAB compression.
- Added channel overloads for
Threshold
(#509). - Added channel overloads for
AdaptiveThreshold
. - Raise a warning instead of an error when reading a BMP image with a small difference in stored file size (#528).
Related changes in ImageMagick since the last release of Magick.NET:
- Support animated WebP decoding (reference ImageMagick/ImageMagick#1708).
- Support compound statements in FX while() (reference ImageMagick/ImageMagick#1701).
- Line endings renedered as empty boxes (reference ImageMagick/ImageMagick#1704).
Library updates:
- ImageMagick 7.0.9-0 beta
Magick.NET 7.14.4.0
Changes in Magick.NET:
- Added DeskewSettings class that can be used to set the AutoCrop option (#512).
- Changed return value of Deskew to the angle that was used.
- Setting the depth to a value higher than Quantum.Max is now allowed (#513).
- Added Area property to the ConnectedComponent class (#517).
Related changes in ImageMagick since the last release of Magick.NET:
- Improved OpenCL logging (#511).
Library updates:
- ImageMagick 7.0.8-65
- webp 1.0.3
Magick.NET 7.14.3.0
Changes in Magick.NET:
- Add
CaptionReadDefines
to make it easier to use the new feature requested in #498. - Fixed System.OverflowException accessing profile of specific image (#505).
- Added file that will add a trademark attribute containing the version of the native library (#506).
- Fixed bug in the PNG coder that was reported in #507.
Related changes in ImageMagick since the last release of Magick.NET:
- Added option to limit the maximum point size with -define caption:max-pointsize=pointsize.
- Corrected JP2 numresolution calculation (reference: ImageMagick/ImageMagick#1673).
Library updates:
- ImageMagick 7.0.8-62
Magick.NET 7.14.2.0
Changes in Magick.NET:
- Sillently fail
MagickNET.SetNativeLibraryDirectory
on non Windows platforms (#490). - Fixed invalid extension in the
DrawableFont
class (#491). - Fixed reading the correct dimensions in PDF files (#499).
- Added extra overloads when reading or writing an image that allows specification of the format (#217).
Related changes in ImageMagick since the last release of Magick.NET:
- Improve GetNextToken() performance.
- Correction to the ModulusAdd and ModulusSubtract composite op (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413).
Library updates:
- ImageMagick 7.0.8-60