JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
135 stars 34 forks source link

Error calling imshow with no arguments #291

Open jwahlstrand opened 11 months ago

jwahlstrand commented 11 months ago

In the README, it says you can use imshow() if you want to choose an image file using a file dialog. I'm seeing this error when I select a file:

ERROR: UndefVarError: `load` not defined
Stacktrace:
 [1] imshow()
   @ ImageView ~/.julia/packages/ImageView/kv5yc/src/ImageView.jl:67
 [2] top-level scope
   @ REPL[2]:1

followed by a crash.