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

Array Fire Messing With FileIO in atom on Windows

Open dryden4482 opened this issue 8 years ago • 2 comments

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!

dryden4482 avatar Jun 15 '17 14:06 dryden4482

That sounds like it actually messes with ImageMagick! See: https://github.com/JuliaIO/ImageMagick.jl/issues/25

SimonDanisch avatar Jun 15 '17 14:06 SimonDanisch

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 -.-

SimonDanisch avatar Jun 15 '17 14:06 SimonDanisch