Leon Wabeke

Results 4 issues of Leon Wabeke

Hi When I call create_some_context from the REPL it causes a Segmentation fault which closes julia, however if I can from the bash command line call example code successfully (./run_examples.sh)....

Hi I'm trying to do something similar to below: ``` using Images, PerceptualColourMaps dataIn = sineramp() tmp = applycolormap(dataIn, cmap("R3")) @show typeof(tmp), size(tmp) img = colorview(RGB, permutedims(tmp, (3,1,2))) save("tester.png", img)...