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
Thanks for reporting this. Looks like something upstream changed with memory management. Until this gets resolved, just invoke resource genesis manually.
I'm having some issues using wand with the latest ImageMagick version.
With 7.1.0-45 creating a Color results in this error:
On 7.1.0-34 the same code works just fine:
Both ImageMagick versions are Q16-HDRI-x64-dll and the wand version used is 0.6.8. Apparently there's an issue with the
NewPixelWand
function, but at least in ImageMagick I couldn't see any differences between the two versions:https://github.com/ImageMagick/ImageMagick/blob/7.1.0-34/MagickWand/pixel-wand.c#L382
https://github.com/ImageMagick/ImageMagick/blob/7.1.0-45/MagickWand/pixel-wand.c#L382
I got the older version for testing from the Github Actions of the ImageMagick repository, specifically this one.
I can provide more information if necessary, maybe I'm just missing something obvious.
The text was updated successfully, but these errors were encountered: