ArrayFire.jl
ArrayFire.jl copied to clipboard
Array Fire Messing With FileIO in atom on Windows
The power shell interface works fine with both Array Fire and FileIO for loading a Tiff image. When both packages are installed and the program is run through atom, it crashes resulting in the following error.
No decode delegate for this image format `TIFF'
The same problem occurs when trying to run the program through command prompt with Julia FD_images.
Thanks for the help!
That sounds like it actually messes with ImageMagick! See: https://github.com/JuliaIO/ImageMagick.jl/issues/25
If the ArrayFire C lib actually uses ImageMagick, it wouldn't be a big surprise if that messes things up. ImageMagick has a super messy OS global initialization procedure -.-