Skip to content

Magick.NET 13.4.0

Compare
Choose a tag to compare
@dlemstra dlemstra released this 22 Oct 16:45
· 745 commits to main since this release
bcc0063

Changes in Magick.NET:

  • Typo: Update DensityUnit.cs by @Gounlaf in #1441
  • Typo: Update (I)MagickGeometry.cs by @Gounlaf in #1444
  • Fix typo in ReadingImages.md by @marnicgit in #1446
  • Bump actions/checkout from 3 to 4 by @dependabot in #1433
  • Typo: fix some typos by @Gounlaf in #1460
  • Add BGRA to PixelMapping.cs by @kmgallahan in #1464
  • Update AlphaOption.cs xml docs by @kmgallahan in #1465
  • Make it more clear in the documentation how the default value for ResourceLimits.Memory is set
  • Also return meta channels in the Channels property of an image
  • Added AssumeAlpha to the Jp2ReadDefines that allows a user to assume a 2nd or 4th channel is an alpha channel (#1449)
  • Added GetReadOnlyArea to IPixelCollection (#1456)
  • Use string.format for argument exceptions instead to reduce allocations (#1436).
  • Improved performance of the ToByteArray methods (#1447)
  • Also use the path that was specified with SetTempDirectory when MagickNET needs to create temporary files.

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

New Contributors

Full Changelog: 13.3.0...13.4.0