Skip to content

v1.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@mmomtchev mmomtchev released this 21 Oct 21:57
· 654 commits to main since this release
  • WASM target for true dual environment 3+1 platforms support - native on Linux, macOS and Windows and WASM for browser JavaScript
  • Now that browser JavaScript is supported, Magick.Blob uses an ArrayBuffer, to retrieve the underlying ArrayBuffer from a Buffer use b.buffer and to wrap an ArrayBuffer in a Buffer use Buffer.from(ab) - both of these do not actually copy the data and have no performance impact
  • Support building a light version by disabling delegate libraries