-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Hi, thanks for your package !
I just want to report this error:
julia> using Images
julia> img = imread("/Users/cmey/Downloads/Chrism.jpg")
ERROR: key not found: ""
in getindex at dict.jl:504
in imread at /Users/cmey/.julia/Images/src/io.jl:198
in imread at /Users/cmey/.julia/Images/src/io.jl:97
julia> using TestImages
julia> img = testimage("mandrill")
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 768k 0 768k 0 0 181k 0 --:--:-- 0:00:04 --:--:-- 236k
ERROR: key not found: ""
in getindex at dict.jl:504
in imread at /Users/cmey/.julia/Images/src/io.jl:198
in imread at /Users/cmey/.julia/Images/src/io.jl:97
in testimage at /Users/cmey/.julia/ImageView/test/testimages.jl:29
julia> versioninfo()
Julia Version 0.2.0-rc1
Commit 040f3ab 2013-10-15 05:58:39 UTC
Platform Info:
System: Darwin (x86_64-apple-darwin12.5.0)
WORD_SIZE: 64
BLAS: libgfortblas
LAPACK: liblapack
LIBM: libopenlibm
julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove.