Skip to content

0.0.22

Compare
Choose a tag to compare
@dlemstra dlemstra released this 30 May 18:09
· 306 commits to main since this release
6b5df47

Breaking changes in magick-wasm:

  • Swapped the order of the arguments in the MagickImageCollection.write method to make the code more readable.

Changes in magick-wasm:

  • Added removeProfile to MagickImage by @RubensCordeiroo in #88
  • Added setProfile to MagickImage by @RubensCordeiroo in #91
  • Also allow calling initializeImageMagick with a Int8Array | Uint8Array | Uint8ClampedArray (#87).
  • Added extra overload to the MagickImageCollection.create method.
  • Added new properties to MagickSettings: endian.
  • Added new properties to MagickImage: fileName, gamma, gifDisposeMethod, interlace.
  • Added new properties to MagickSettings: interlace.

Library updates:

  • ImageMagick 7.1.1-11 (2023-05-29)
  • aom 3.6.1 (2022-05-08)
  • heif 1.16.1 (2023-05-02)
  • xml 2.11.4 (2023-05-18)

New Contributors

  • @RubensCordeiroo made their first contribution in #88

Full Changelog: 0.0.21...0.0.22