magick-wasm 0.0.20
Breaking changes in magick-wasm:
- The wasm library is no longer embedded in the
.js
file and users of this package should also package the new.wasm
file. This file should be in the same folder as the.js
file orinitializeImageMagick('/path/to/magick.wasm')
should be called instead to specify the location (#68).
Changes in magick-wasm:
- Added new methods to
MagickImage
:flip
,flop
,compose
,inverseOpaque
,opaque
. - Added new properties to
MagickImage
:baseHeight
,baseWidth
,blackPointCompensation
,boundingBox
,chromaticity
,classType
,colormapSize
,colorType
,compression
,density
,settings
. - Added new methods to
MagickImageCollection
:appendHorizontally
,appendVertically
,clone
,evaluate
. - Added new properties to
MagickSettings
:colorType
. - Added
Density
.
Library updates:
- ImageMagick 7.1.1-8 (2023-04-22)
- aom 3.6.0 (2022-02-07)
- de265 1.0.11 (2023-02-01)
- exr 3.1.7 (2023-03-30)
- ffi 3.4.4 (2022-10-23)
- freetype 2.13.0 (2023-02-09)
- heif 1.15.2 (2023-03-30)
- highway 1.0.4 (2023-03-17)
- jpeg-turbo 2.1.91 (2023-02-08)
- jpeg-xl 0.8.1 (2023-02-03)
- lcms 2.15.0 (2023-03-01)
- png 1.6.39 (2022-11-20)
- tiff 4.5.0 (2022-12-13)
- xml 2.10.4 (2023-04-11)
- zlib 1.2.13 (2022-10-14)
Full Changelog: 0.0.19...0.0.20