Releases: dlemstra/magick-wasm
Releases · dlemstra/magick-wasm
magick-wasm 0.0.27
Changes in magick-wasm:
- Make package type module by @Peeterush in #131.
- Throw error when the image that has been disposed is returned.
- Fixed library not working in web worker #127.
Library updates:
- ImageMagick 7.1.1-24 (2023-12-25)
- xml 2.12.3 (2023-12-12)
Full Changelog: 0.0.26...0.0.27
magick-wasm 0.0.26
Changes in magick-wasm:
- Changed initializeImageMagick to only allow a http/https URL or byte array.
- The native/wasm library will now use bigint in some spots.
Library updates:
- ImageMagick 7.1.1-23 (2023-12-10)
- aom 3.8.0 (2023-12-06)
- lcms 2.16.0 (2023-12-03)
- xml 2.12.2 (2023-12-05)
- zlib 1.3.0 (2023-08-18)
Full Changelog: 0.0.25...0.0.26
magick-wasm 0.0.25
Changes in magick-wasm:
- Added
thresholdtoMagickImageby @with-heart in #113 - Added
connectedComponentstoMagickImageby @with-heart in #114 - Added
isOpaque,matteColor,renderingIntent,totalColors,inverseLevel,onProgressandonWarningtoMagickImage. - Added
interpolationQualityto theDngReadDefines. - Added
DrawablePoint,DrawableLine,DrawableStrokeColorandDrawableStrokeWidth. - Added new
CompositeOperatoroptions. - Added
CMYKAto theChannels. - Added meta channels to
PixelChannelandChannel. - Added
IMagickGeometry,IMagickColorandIMagickFormatInfo. - Added JSDoc documentation.
Library updates:
- ImageMagick 7.1.1-22 (2023-12-03)
- aom 3.7.1 (2023-11-17)
- de265 1.0.14 (2023-11-21)
- deflate 1.19.0 (2023-09-17)
- heif 1.17.5 (2023-11-21)
- jpeg-turbo 3.0.1 (2023-10-16)
- openexr 3.2.1 (2023-09-27)
- tiff 4.6.0 (2023-09-08)
- xml 2.12.1 (2023-11-23)
New Contributors
- @with-heart made their first contribution in #113
Full Changelog: 0.0.24...0.0.25
magick-wasm 0.0.24
Changes in magick-wasm:
- Added
motionBlurtoMagickImageby @pavelstencl in #105 - Added
morphologytoMagickImage.
Library updates:
- ImageMagick 7.1.1-17 (2023-09-19)
- aom 3.7.0 (2023-08-25)
- brotli 1.1.0 (2023-08-31)
- openexr 3.1.11 (2023-08-14)
- freetype 2.13.2 (2023-08-25)
- highway 1.0.7 (2023-08-30)
- webp 1.3.2 (2023-09-14)
- xml 2.11.5 (2023-08-09)
New Contributors
- @pavelstencl made their first contribution in #105
Full Changelog: 0.0.23...0.0.24
0.0.23
Changes in magick-wasm:
- Added grayscale to MagickImage by @RubensCordeiroo in #97
- Added sepiaTone to MagickImage. by @RubensCordeiroo in #98
- Added solarize to MagickImage by @RubensCordeiroo in #100
- Add drawable kerning by @tiptop96 in #103
- Add drawable-interline-spacing by @hannanilsson in #104
- Added
DrawableTextAlignment,DrawableTextAntialias,DrawableTextDecoration,DrawableTextInterwordSpacing,DrawableTextUnderColor. - Added new properties to
MagickSettings:antiAlias,colorSpace,compression,debug,depth - Added new events to
Magick:onLog
Library updates:
- ImageMagick 7.1.1-13 (2023-07-16)
- de265 1.0.12 (2023-06-13)
- freetype 2.13.1 (2023-06-24)
- heif 1.16.2 (2023-05-22)
- jpeg-turbo 3.0.0 (2023-07-03)
- jpeg-xl 0.8.2 (2023-06-14)
- openexr 3.1.9 (2023-06-26)
- png 1.6.40 (2023-06-21)
- tiff 4.5.1 (2023-06-10)
- webp 1.3.1 (2023-06-23)
New Contributors
- @tiptop96 made their first contribution in #103
- @hannanilsson made their first contribution in #104
Full Changelog: 0.0.22...0.0.23
0.0.22
Breaking changes in magick-wasm:
- Swapped the order of the arguments in the
MagickImageCollection.writemethod to make the code more readable.
Changes in magick-wasm:
- Added
removeProfiletoMagickImageby @RubensCordeiroo in #88 - Added
setProfiletoMagickImageby @RubensCordeiroo in #91 - Also allow calling
initializeImageMagickwith aInt8Array | Uint8Array | Uint8ClampedArray(#87). - Added extra overload to the
MagickImageCollection.createmethod. - 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
magick-wasm 0.0.21
Breaking changes in magick-wasm:
- Swapped the order of the arguments in the
MagickImage.writemethod to make the code more readable.
Changes in magick-wasm:
- Fixed writing Avif images (#78).
- Added new properties to
MagickSettings:textInterlineSpacing,textKerning(#79). - Add WASM file to package exports by @Peeterush in #80.
Full Changelog: 0.0.20...0.0.21
magick-wasm 0.0.20
Breaking changes in magick-wasm:
- The wasm library is no longer embedded in the
.jsfile and users of this package should also package the new.wasmfile. This file should be in the same folder as the.jsfile 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
magick-wasm 0.0.19
Changes in magick-wasm:
- Added new methods to
MagickImage:inverseTransparent,linearStretch,statistics,transparent. - Added new properties to
MagickImage:channels,label. - Added new methods to
MagickImageCollection:flatten,merge,montage,mosaic. - Added
DrawableGravity,DrawableRectangle,DrawableRoundRectangle.
Library updates:
- ImageMagick 7.1.0-61 (2023-02-05)
- heif 1.14.2 (2023-01-06)
- jpeg-xl 0.8.0 (2023-01-19)
- raw 0.21.1 (2023-01-05)
- webp 1.3.0 (2023-01-13)
New Contributors
- @erik-perri made their first contribution in #69
Full Changelog: 0.0.18...0.0.19
magick-wasm 0.0.18
Changes in magick-wasm:
- Added new methods to
MagickImage:cropToTiles. - Added extra overload with
MagickFormattoImageMagick.read. - Added extra overload with
MagickFormattoImageMagick.readCollection.
Library updates:
- ImageMagick 7.1.0-52 (2022-11-06)