How do I turn array data into an image?

Being in medical imaging, displaying images in code is a common use case for me. I also found the analog from Matlab/Python confusing, but I’m so hooked on everything else Julia this is now only a minor disturbance. I found the heatmap function in Plots.jl and imshow in ImageView.jl to serve my particular needs.

6 Likes