Releases: dlemstra/magick-wasm
Releases · dlemstra/magick-wasm
magick-wasm 0.0.21
Breaking changes in magick-wasm:
- Swapped the order of the arguments in the
MagickImage.write
method 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
.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
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
MagickFormat
toImageMagick.read
. - Added extra overload with
MagickFormat
toImageMagick.readCollection
.
Library updates:
- ImageMagick 7.1.0-52 (2022-11-06)
magick-wasm 0.0.17
Changes in magick-wasm:
- Fixed export definition file.
Library updates:
- ImageMagick 7.1.0-50 beta (2022-10-04)
- jpeg-xl 0.7.0 (2022-09-21)
magick-wasm 0.0.16
Changes in magick-wasm:
- Added new methods to
MagickImage
:splice
. - Added new properties to
MagickImage
:animationDelay
,animationIterations
,animationTicksPerSecond
,attributeNames
. - Added new properties to
MagickFormatInfo
:supportsMultipleFrames
. - Renamed
isReadable
andisWritable
ofMagickFormatInfo
tosupportsReading
andsupportsWriting
. - Changed the publish process to make it possible to build this project with Vite (#41). Thanks @Peeterush!
magick-wasm 0.0.15
Changes in magick-wasm:
- Added new methods to
MagickImage
:brightnessContrast
. - Added new values to
MagickFormat
:Bayer
,Bayera
. - Renamed Channels.None to Channels.Undefined.
Library updates:
- ImageMagick 7.1.0-48 (2022-09-11)
- highway 1.0.1 (2022-08-24)
- jpeg-xl 0.7.0-rc (2022-08-09)
- raw 0.20.0.2 (2022-07-07)
magick-wasm 0.0.14
Changes in magick-wasm:
- Added new methods to
MagickImage
:getAttribute
,ping
,removeAttribute
,setAttribute
,strip
. - Added new properties to
MagickImage
:comment
.
Library updates:
- ImageMagick 7.1.0-40 (2022-07-03)
- freetype 2.12.1 (2022-05-01)
- openjpeg 2.5.0 (2022-05-13)
magick-wasm 0.0.13
Library updates:
- ImageMagick 7.1.0-39 (2022-06-20)
magick-wasm 0.0.12
Changes in magick-wasm:
- Added new methods to
MagickImage
:contrast
,contrastStretch
,negate
,normalize
,shave
. - Added new methods to
MagickFormatInfo
:create
. - Fixed memory leak when writing image(s) (#43)
Library updates:
- ImageMagick 7.1.0-37 (2022-06-05)