I am trying to read an image and get the following error:
julia> img = imread("rose.png")
ErrorException("Do not know how to read file rose.png")
julia> img = imread("rose.jpg")
ErrorException("Do not know how to read file rose.jpg")
Its the same for all file extensions. I have tried updating by Pkg.update().
Still get the same result. Also Pkg.status() does not show anything weird. I
have gone over the threads but could not find any related answer. Any idea what
am I missing here?
