Magick.NET v7.16.0.0 Release Notes

Release Date: 2020-04-12 // about 4 years ago
  • ๐Ÿ”„ Changes in Magick.NET:

    • โž• Added overload to TransformColorspace and SetProfile that can be used to specify the color transformation mode and set the default back to Quantum (#594).
    • โž• Added boolean overload for MagickImage.SetArtifact (#599)
    • โž• Added boolean overload forMagickImage.SetAttribute (#600)
    • ๐Ÿšš Renamed AddProfile to SetProfile and removed the boolean to set if the profile should be preserve or overwrite. It will now always overwrite it. And a new method called HasProfile was added that can be used to check if an image has a profile with a specific name.
    • ๐Ÿ—„ Deprecated MagickScript (#604).
    • ๐Ÿ›  Fixed bug in the ClipPaths property of the EightBimProfile when the width and height are unknown.

    ๐Ÿš€ Related changes in ImageMagick since the last release of Magick.NET:

    โšก๏ธ Library updates:

    • ImageMagick 7.0.10-7 beta