Skip to content

magick-wasm 0.0.29

Latest
Compare
Choose a tag to compare
@dlemstra dlemstra released this 09 Apr 07:55
· 7 commits to main since this release
30bb9a8

Changes in magick-wasm:

  • Also add CanvasRenderingContext2DSettings to writeToCanvas in MagickImage.
  • Corrected the casing of the DrawableTextAntialias properties.
  • Added fontTypeMetrics to Drawables (#142).
  • Report out of memory exceptions (#144).
  • Move Vitest flag to config by @Peeterush in #152
  • Correct channel detection in MagickImage.blur by @Peeterush in #151
  • Add autoGamma, autoLevel and gaussianBlur to MagickImage. by @Peeterush in #150
  • Simplify MagickImage.useException(Pointer). by @Peeterush in #153
  • Added profileNames, adaptiveBlur to MagickImage.
  • Added OffIfOpaque to AlphaOption.
  • Added MagickImageInfo.

Library updates:

  • ImageMagick 7.1.1-30 (2024-04-07)
  • aom 3.8.2 (2024-03-13)
  • ffi 3.4.6 (2024-02-18)
  • highway 1.1.0 (2024-02-18)
  • imath 3.1.11 (2024-02-29)
  • jpeg-turbo 3.0.2 (2024-01-16)
  • jpeg-xl 0.10.2 (2024-03-08)
  • openexr 3.2.3 (2024-03-07)
  • openjpeg 2.5.2 (2024-02-28)
  • png 1.6.43 (2024-02-23)
  • xml 2.12.5 (2024-02-04)
  • zlib 1.3.1 (2023-01-24)

Full Changelog: 0.0.28...0.0.29