What OS is this on? Your best bet here, if you can, is to reproduce this in
the terminal REPL ("open a terminal repl" command) and file an issue on
Images.jl.On 3 April 2015 at 00:49, will ship <[email protected]> wrote: > 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 > >
