Changes in Magick.NET:
- Added overload to
TransformColorspaceandSetProfilethat can be used to specify the color transformation mode and set the default back toQuantum(#594). - Added boolean overload for
MagickImage.SetArtifact(#599) - Added boolean overload for
MagickImage.SetAttribute(#600) - Renamed
AddProfiletoSetProfileand removed the boolean to set if the profile should be preserve or overwrite. It will now always overwrite it. And a new method calledHasProfilewas added that can be used to check if an image has a profile with a specific name. - Deprecated
MagickScript(#604). - Fixed bug in the
ClipPathsproperty of theEightBimProfilewhen the width and height are unknown.
Related changes in ImageMagick since the last release of Magick.NET:
- The X max attribute for certain fonts is zero (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
- Multi-value of jp2:quality does not work (reference ImageMagick/ImageMagick#1873).
- Return EPS & TIFF images from the EPT image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37781).
Library updates:
- ImageMagick 7.0.10-7 beta