-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to display images. #60
Labels
Milestone
Comments
Thanks! I'll look into it. |
Works nicely, thank you! |
At some point showing images stopped working for me. With the code above i get the error
It works fine in the REPL. |
I've submitted an issue to ImageIO |
WorkaroundYou need to install |
I offered a fix: JuliaImages/ImageShow.jl#25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when creating an Image with Images.jl only the Array representation is shown and not the image itself.
I would consider the actual Image the richer representation and therefore the notebook should display it.
This isn't a very pressing matter since one can always easily display it with
plot(image)
but I wanted to document it here.The text was updated successfully, but these errors were encountered: