Skip to content

0.0.36

Latest

Choose a tag to compare

@dlemstra dlemstra released this 09 Sep 04:59
· 31 commits to main since this release
dd15b33

Changes in magick-wasm:

  • Fixed inconsistent JSDoc blocks by @J3ekir in #204
  • Added FilterType.MagicKernelSharp2013 and FilterType.MagicKernelSharp2021.
  • Added MagickFormat.Icn and MagickFormat.Sf3.
  • Added FilterType overload to MagickImage.Resize.
  • Added Gravity overload to MagickImage.Splice.
  • Added affineTransform, clut, cycleColormap, floodfill, getColormapColor and inverseFloodfill to MagickImage.
  • Added getChannelIndex, getColor and getReadOnlyArea to PixelCollection.
  • Added toString to MagickGeometry.
  • Added affine, borderColor, page, removeDefine, strokeDashArray, strokeDashOffset, TextAntiAlias, textGravity, textKerning and textUnderColor to MagickSettings.
  • Added mimeType and moduleFormat to MagickFormatInfo.
  • Added use to MagickImageCollection to make it possible to use an empty collection.
  • Added DrawableAffine, DrawableBorderColor, DrawableFillRule, DrawableStrokeDashArray and DrawableStrokeDashArray.
  • Added affine, borderColor, color, path and paths to Drawables.
  • Added Parths, PathMoveToAbs, PathMoveToRel, PathLineToAbs and PathLineToRel.

Library updates:

  • ImageMagick 7.1.2-3 (2025-08-30)
  • aom 3.12.1 (2025-04-11)
  • de265 1.0.16 (2025-05-04)
  • deflate 1.24.0 (2025-05-11)
  • exr 3.3.5 (2025-07-26)
  • ffi 3.5.2 (2025-08-02)
  • heif 1.20.2 (2025-08-05)
  • highway 1.3.0 (2025-08-14)
  • imath 3.2.1 (2025-08-15)
  • jpeg-turbo 3.1.1 (2025-06-10)
  • png 1.6.50 (2025-07-02)
  • webp 1.6.0 (2025-07-09)
  • xml 2.14.5 (2025-07-10)

New Contributors

Full Changelog: 0.0.35...0.0.36