Skip to content

v0.9.0

Choose a tag to compare

@mmomtchev mmomtchev released this 14 Sep 14:14
· 767 commits to main since this release
  • TypeScript support
  • Implicit convenience casting from strings to Magick.Geometry and Magick.Color, allows to write new Magick.Image('640x480', 'black') instead of new Magick.Image(new Magick.Geometry('640x480'), new Magick.Color('black'))
  • Fix numerous leaks in the error paths of most methods that take string arguments