Releases: dlemstra/Magick.NET
Releases · dlemstra/Magick.NET
Magick.NET 7.2.0.0
Breaking changes in Magick.NET:
- Made MagickImage.Compression read only (Use MagickImage.Settings.Compression instead).
Changes in Magick.NET:
- Added CompositeOperator.Stereo.
- Improved error message for odd message reported in #127.
Related changes in ImageMagick since the last release of Magick.NET:
- The -tint option no longer munges the alpha channel (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=33070).
- Don't delete in-memory blob when reading an image (reference ImageMagick/ImageMagick#886).
- Support HDRI color profile management.
Library updates:
- ImageMagick 7.0.7.14-beta
- webp 0.6.0
Magick.NET 7.1.0.0
Breaking changes in Magick.NET:
- The distort method now uses
DistortSettings
instead of just abool bestfit
. - Moved
HighlightColor
andLowlightColor
to a newCompareSettings
class because they are only used by the compare method. (#126).
Changes in Magick.NET:
- Made sure the ICC profile is preserved in the JpegOptimizer (#124).
- Added missing implementation for compressing streams in the ImageOptimizer (#33).
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed a problem with resource bookkeeping in AcquireMatrixInfo().
- Encode JSON control characters (reference ImageMagick/ImageMagick#848).
Library updates:
- ImageMagick 7.0.7.11
Magick.NET 7.0.7.900
Changes in Magick.NET:
- Added support for stream to the ImageOptimizers (#33).
- Fixed pinging and image with a stream.
- Added DdsReadDefines to support dds:skip-mipmaps.
Related changes in ImageMagick since the last release of Magick.NET:
- Tweaks to OpenMP support within ImageMagick.
Library updates:
- png 1.6.34
Magick.NET 7.0.7.700
Changes in Magick.NET:
- Added extra NuGet package for the x64 build that has OpenMP support.
Related changes in ImageMagick since the last release of Magick.NET:
- Correct handling of GIF transparency (reference ImageMagick/ImageMagick#831).
- Support URW-base35 fonts.
- Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
Library updates:
- jpeg 1.5.2
- zlib 1.2.11
Magick.NET 7.0.7.300
Changes in Magick.NET:
- Added MagickImage.GetPixelsUnsafe() that returns a PixelCollection that does no boundary checks.
Breaking changes in Magick.NET:
- The library is no longer CLSCompliant.
- GetPixels now returns an IPixelCollection.
- PixelCollection.Set has been renamed to SetPixel and SetPixels.
Related changes in ImageMagick since the last release of Magick.NET:
- Use signed integer arithmetic to calculate timezone corrections (reference ImageMagick/ImageMagick#685).
- Fixed numerous memory leaks (reference ImageMagick/ImageMagick#763).
- Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
Library updates:
- png 1.6.33beta03
Magick.NET 7.0.7.0
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
- Fixed issue in the JP2 decoder (http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32606)
Magick.NET 7.0.6.1002
Changes in Magick.NET:
- The ImageOptimizers will now return true when the file could be compressed otherwise false.
- Added FastMipmaps to DdsWriteDefines.
- Added MipmapsFromCollection to DdsWriteDefines.
Breaking changes in Magick.NET:
- Removed DdsCompression.Dxt5 because it is the default for an image with an alpha channel.
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed thread safety issue inside the pango and librsvg decoder
Library updates:
- pango 1.40.11
Magick.NET 7.0.6.1000
Changes in Magick.NET:
- Added new StructuralSimilarity and StructuralDissimilarity error metrics.
- Added CubicSpline filter.
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed bug with writing tIME chunk when timezone has a negative offset (reference: ImageMagick/ImageMagick#685)
- Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
- Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4} (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506).
- Improve EPS aliasing (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32497).
- Added a new option called 'dds:fast-mipmaps' (reference ImageMagick/ImageMagick#558)
- The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30236).
Library updates:
- glib 2.53.6
- librsvg 2.40.18
- openjpeg 2.2.0
- png 1.6.32
Magick.NET 7.0.6.601
Changes in Magick.NET:
- Added copy action to the .targets file for Linux.
- Restored PixelCollection.ToShortArray.
Magick.NET 7.0.6.600
Changes in Magick.NET:
- The .NET Standard library can now be used on Linux.
- Added AutoThreshold to MagickImage.
- Added MeanShift to MagickImage.
Related changes in ImageMagick since the last release of Magick.NET:
- Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
- Put UTC time in the PNG tIME chunk instead of local time (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32447).
- Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers".
- Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option.