Releases: dlemstra/magick-wasm
Releases · dlemstra/magick-wasm
0.0.31
Changes in magick-wasm:
- Added
adaptiveResize
,adaptiveSharpen
,addNoise
andmetaChannelCount
toMagickImage
. - Added
extractArea
,frameIndex
,frameCount
andsyncImageWithExifProfile
toMagickReadSettings
. - Added
resetRandomSeed
toMagick
. - Added
Jzazbz
,DisplayP3
,Adobe98
,ProPhoto
,Oklab
andOklch
toColorspace
.
Library updates:
- ImageMagick 7.1.1-39 (2024-10-05)
- aom 3.10.0 (2024-08-27)
- deflate 1.21.0 (2024-08-04)
- freetype 2.13.3 (2024-08-12)
- heif 1.18.2 (2024-08-07)
- imath 3.1.12 (2024-09-11)
- jpeg-xl 0.11.0 (2024-09-13)
- png 1.6.44 (2024-09-12)
- raw 0.21.3 (2024-09-24)
- tiff 4.7.0 (2024-09-11)
- xml 2.13.4 (2024-09-18)
Full Changelog: 0.0.30...0.0.31
0.0.30
Changes in magick-wasm:
- Added
gammaCorrect
toMagickImage
by @Peeterush in #161 - Include
x
andy
intoString
when it is specified in one of the constructors ofMagickGeometry
. - Added extra overload to the
compare
method to get access to the compare image (#169) - Added extra overloads to the
compare
method with compare settings. - Added
combine
,complex
,deconstruct
,fx
,morph
,optimize
,optimizePlus
,optimizeTransparency
,ping
,polynomial
,quantize
,remap
,resetPage
,smushHorizontal
,smushVertical
andtrimBounds
toMagickImageCollection
. - Renamed
repage
toresetPage
inMagickImage
. - Return error info in the
quantize
method ofMagickImage
.
Library updates:
- ImageMagick 7.1.1-35 (2024-07-14)
- aom 3.9.1 (2024-06-10)
- deflate 1.20.0 (2024-03-23)
- heif 1.18.0 (2024-07-10)
- highway 1.2.0 (2024-05-31
- jpeg-turbo 3.0.3 (2024-05-08)
- jpeg-xl 0.10.3 (2024-06-27)
- openexr 3.2.4 (2024-03-26)
- raw 0.21.2 (2024-03-29
- webp 1.4.0 (2023-04-13)
- xml 2.13.2 (2024-07-04)
Full Changelog: 0.0.29...0.0.30
magick-wasm 0.0.29
Changes in magick-wasm:
- Also add
CanvasRenderingContext2DSettings
towriteToCanvas
inMagickImage
. - Corrected the casing of the
DrawableTextAntialias
properties. - Added
fontTypeMetrics
to Drawables (#142). - Report out of memory exceptions (#144).
- Move Vitest flag to config by @Peeterush in #152
- Correct channel detection in MagickImage.blur by @Peeterush in #151
- Add autoGamma, autoLevel and gaussianBlur to MagickImage. by @Peeterush in #150
- Simplify MagickImage.useException(Pointer). by @Peeterush in #153
- Added
profileNames
,adaptiveBlur
toMagickImage
. - Added
OffIfOpaque
toAlphaOption
. - Added
MagickImageInfo
.
Library updates:
- ImageMagick 7.1.1-30 (2024-04-07)
- aom 3.8.2 (2024-03-13)
- ffi 3.4.6 (2024-02-18)
- highway 1.1.0 (2024-02-18)
- imath 3.1.11 (2024-02-29)
- jpeg-turbo 3.0.2 (2024-01-16)
- jpeg-xl 0.10.2 (2024-03-08)
- openexr 3.2.3 (2024-03-07)
- openjpeg 2.5.2 (2024-02-28)
- png 1.6.43 (2024-02-23)
- xml 2.12.5 (2024-02-04)
- zlib 1.3.1 (2023-01-24)
Full Changelog: 0.0.28...0.0.29
magick-wasm 0.0.28
Changes in magick-wasm:
- Added CanvasRenderingContext2DSettings to the readFromCanvas methods.
- Added coalesce to MagickImageCollection.
- Added support for using an existing WebAssembly.Module in initializeImageMagick (#134)
- Added configuration classes that contain the xml of the ImageMagick configuration.
- Added quantize to MagickImage (#139)
Library updates:
- ImageMagick 7.1.1-27 (2024-01-21)
- de265 1.0.15 (2023-12-20)
- heif 1.17.6 (2023-12-20)
- jpeg-xl 0.9.0 (2023-12-22)
- raw 0.21.2 (2023-12-19)
Full Changelog: 0.0.27...0.0.28
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
threshold
toMagickImage
by @with-heart in #113 - Added
connectedComponents
toMagickImage
by @with-heart in #114 - Added
isOpaque
,matteColor
,renderingIntent
,totalColors
,inverseLevel
,onProgress
andonWarning
toMagickImage
. - Added
interpolationQuality
to theDngReadDefines
. - Added
DrawablePoint
,DrawableLine
,DrawableStrokeColor
andDrawableStrokeWidth
. - Added new
CompositeOperator
options. - Added
CMYKA
to theChannels
. - Added meta channels to
PixelChannel
andChannel
. - Added
IMagickGeometry
,IMagickColor
andIMagickFormatInfo
. - 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
motionBlur
toMagickImage
by @pavelstencl in #105 - Added
morphology
toMagickImage
.
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.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