What does Pkg.build("Images") say?

--Tim

On Friday, March 14, 2014 03:36:10 AM Siddha Ganju wrote:
> 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?

Reply via email to