Skip to content

Magick.NET 12.0.1

Compare
Choose a tag to compare
@dlemstra dlemstra released this 06 Aug 15:53
· 687 commits to main since this release
9b358ca

Changes in Magick.NET:

  • Fixed copying the native libraries on netstandard2 with .NET Framework.
  • Marked TQuantumtype in the generic interfaces (e.g. IMagickImage<TQuantumType>) as IConvertible.
  • Added extra properties that can be used to force copying the native libraries to the output directory:
    • <MagickCopyNativeWindows>true</MagickCopyNativeWindows>
    • <MagickCopyNativeLinux>true</MagickCopyNativeLinux>
    • <MagickCopyNativeLinuxMusl>true</MagickCopyNativeLinuxMusl>
    • <MagickCopyNativeMacOS>true</MagickCopyNativeMacOS>