0.0.22
Breaking changes in magick-wasm:
- Swapped the order of the arguments in the
MagickImageCollection.write
method to make the code more readable.
Changes in magick-wasm:
- Added
removeProfile
toMagickImage
by @RubensCordeiroo in #88 - Added
setProfile
toMagickImage
by @RubensCordeiroo in #91 - Also allow calling
initializeImageMagick
with aInt8Array | Uint8Array | Uint8ClampedArray
(#87). - Added extra overload to the
MagickImageCollection.create
method. - Added new properties to
MagickSettings
:endian
. - Added new properties to
MagickImage
:fileName
,gamma
,gifDisposeMethod
,interlace
. - Added new properties to
MagickSettings
:interlace
.
Library updates:
- ImageMagick 7.1.1-11 (2023-05-29)
- aom 3.6.1 (2022-05-08)
- heif 1.16.1 (2023-05-02)
- xml 2.11.4 (2023-05-18)
New Contributors
- @RubensCordeiroo made their first contribution in #88
Full Changelog: 0.0.21...0.0.22