I’ve been trying to use the ImageView.jl package for viewing images from TestImages.jl package to see and playing around with the contrast slider.Specifically I used mri-stack.tif image. I think it has some bugs and issues with it. For example when I execute following code in the REPL:
julia> using ImageView, TestImages
julia> dct = testimage("mri-stack.tif")
julia> imshow(dct)
it launches the imageview window fine…
But after playing with the contrast values, my computer’s performance significantly slows down and…
finally succumbs to a crashing the ImageView window and REPL with it.
My question is that is anybody can recreate this issue? And what other alternatives there are to ImageView.jl? I heard that Makie.jl is quite capable?