Tyler.jl icon indicating copy to clipboard operation
Tyler.jl copied to clipboard

ImageMagick_jll dependancies causing issues

Open alex-s-gardner opened this issue 2 years ago • 1 comments

I updated packages and Tyler.jl broke due to this issue: https://github.com/JuliaIO/ImageMagick.jl/issues/209

To fix the issue I had to explicitly add:

add [email protected]

removing ImageMagick dependency in the future in favor of ImageIO would probably be a good idea as it looks like there are plans to deprecate ImageMagick_jll

alex-s-gardner avatar Oct 20 '23 21:10 alex-s-gardner

Maybe a stopgap solution until we switch to ImageIO would be to add ImageMagick_jll as an explicit dependency and to add a compat entry to exclude non working versions.

felixcremer avatar Nov 01 '23 21:11 felixcremer

Tyler is now using ImageIO.

asinghvi17 avatar Sep 26 '24 13:09 asinghvi17