So have discovered weird behaviour in Juno LightTable (which I have been using without issue for sometime now)..
When using Images.jl package with following code using Images, Color, FixedPointNumbers, ImageView img=imread(1.png") show(img) props=properties(img) A=data(img) Julia spins then crashes on trying to assign data(img) to A.. The same exact code works fine in Julia from the command line... Using LightTable 9.1 and Julia 0.3.1 Any help greatly appreciated Cheers Will
