You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the middle of preparing a new release that will probably be published tomorrow. I can reproduce your issue on the master but I am getting this error message instead:
It seems there is an issue with creating a thread and that is expected of course but I don't know why this is happening. I will investigate this after the release.
It took me a while but I figured out what was causing this. The aom library was build incorrectly and had threads enabled while it should be disabled. This issue has been fixed in the Magick.Native repository and will be resolved in the next release. I also added a unit test to make sure this stays fixed.
magick-wasm version
0.0.19
Description
magick-wasm throws error when writing to
avif
format.Error: Encoder plugin generated an error: Unspecified: Failed to encode frame (8.0) /tmp/magick-Nb-b1-7Fk2cC_fSgRnnFZ8vGkUHAjfKB' @ error/heic.c/IsHEIFSuccess/139
Steps to Reproduce
sample code=> https://codesandbox.io/s/blissful-joliot-u2zwx6?file=/src/index.js
Images
No response
The text was updated successfully, but these errors were encountered: